Searched refs:isStarted (Results 1 - 25 of 64) sorted by relevance

123

/frameworks/base/services/net/java/android/net/util/
H A DStopwatch.java29 public boolean isStarted() { method in class:Stopwatch
38 return (isStarted() && !isStopped());
45 if (!isStarted()) {
/frameworks/base/core/java/android/speech/tts/
H A DITextToSpeechCallback.aidl43 void onStop(String utteranceId, boolean isStarted);
/frameworks/base/core/tests/coretests/src/android/animation/
H A DValueAnimatorTests.java81 // Test the time between isRunning() and isStarted()
82 assertFalse(a.isStarted());
86 assertTrue(a.isStarted());
104 assertFalse(a.isStarted());
180 assertFalse(a1.isStarted());
181 assertFalse(a2.isStarted());
194 assertTrue(a1.isStarted());
195 assertTrue(a2.isStarted());
226 assertFalse(a1.isStarted());
228 assertFalse(a2.isStarted());
[all...]
H A DAnimatorSetActivityTest.java291 assertTrue(s.isStarted());
306 assertFalse(s.isStarted());
308 assertFalse(a1.isStarted());
309 assertFalse(a2.isStarted());
310 assertFalse(a3.isStarted());
311 assertFalse(a4.isStarted());
408 assertTrue(s.isStarted());
411 if (animators.get(i).isStarted()) {
449 boolean passedStartDelay = a1.isStarted() || a2.isStarted() || a
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareNativeManagerTest.java96 when(mHalDeviceManager.isStarted()).thenReturn(true);
127 when(mHalDeviceManager.isStarted()).thenReturn(false);
134 when(mHalDeviceManager.isStarted()).thenReturn(true);
155 when(mHalDeviceManager.isStarted()).thenReturn(false);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNat464Xlat.java67 // - Starting: start() called. Interfaces are non-null. isStarted() returns true.
72 // Once mIface is non-null and isStarted() is true, methods called by ConnectivityService on
106 public boolean isStarted() { method in class:Nat464Xlat
123 if (isStarted()) {
146 // From now on, isStarted() will return true.
160 if (isStarted()) {
244 if (isStarted() && up && mIface.equals(iface)) {
264 if (isStarted() && mIface.equals(iface)) {
H A DKeepaliveTracker.java99 public boolean isStarted; field in class:KeepaliveTracker.KeepaliveInfo
126 .append(" isStarted=").append(isStarted)
206 if (isStarted) {
315 if (reason == SUCCESS && !ki.isStarted) {
318 ki.isStarted = true;
322 ki.isStarted = false;
/frameworks/base/core/java/android/print/
H A DPrintServiceRecommendationsLoader.java115 if (isStarted()) {
H A DPrintServicesLoader.java120 if (isStarted()) {
H A DPrintJob.java79 * @see #isStarted()
127 public boolean isStarted() { method in class:PrintJob
/frameworks/base/core/java/android/animation/
H A DAnimator.java105 * #isStarted() started} or has since ended, then the call is ignored. Paused
113 if (isStarted() && !mPaused) {
242 * nonzero {@link #getStartDelay() startDelay} will return true for {@link #isStarted()} during
249 public boolean isStarted() { method in class:Animator
470 // returning !isStarted() from working.
622 * <li>The animator is immutable while {@link #isStarted()} is true. Requests
635 * state of the Animator. For example, {@link #isStarted()} may still return true
637 * queries to {@link #isStarted()}, {@link #isRunning()}, and {@link #isPaused()}
H A DAnimatorSet.java414 if (isStarted()) {
468 if (mShouldIgnoreEndWithoutStart && !isStarted()) {
471 if (isStarted()) {
486 && anim.isStarted()) {
505 } else if (event.mEvent == AnimationEvent.ANIMATION_END && anim.isStarted()) {
535 public boolean isStarted() { method in class:AnimatorSet
926 if (!isStarted()) {
1112 if (node.mAnimation.isStarted()) {
1134 if (node.mAnimation.isStarted()) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeManager.java61 // only care about isStarted (Wi-Fi started) not isReady - since if not
63 if (mHalDeviceManager.isStarted()) {
73 if (mHalDeviceManager.isStarted()) {
/frameworks/base/test-runner/tests/src/android/test/
H A DInstrumentationTestRunnerTest.java144 assertTrue(mInstrumentationTestRunner.isStarted());
191 assertTrue(mInstrumentationTestRunner.isStarted());
244 public boolean isStarted() { method in class:InstrumentationTestRunnerTest.StubInstrumentationTestRunner
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/include/
H A DParameterManagerWrapper.h76 bool isStarted();
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java89 if (isStarted()) {
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
H A DTestActivity.java117 public boolean isStarted() { method in class:TestActivity
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java139 public boolean isStarted() { method in class:PrintJob
227 * Blocks the print job. You should call this method if {@link #isStarted()} returns true and
235 * @see #isStarted()
251 * #isStarted()} returns true and you are done printing.
255 * @see #isStarted()
260 if (isStarted()) {
268 * #isQueued()} or {@link #isStarted()} or {@link #isBlocked()}
276 * @see #isStarted()
290 * #isQueued()} or {@link #isStarted() or #isBlocked()} returns
296 * @see #isStarted()
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DMediaNowPlayingView.java135 if (!animator.isStarted()) {
141 if (animator.isStarted()) {
/frameworks/base/core/java/android/content/
H A DCursorLoader.java108 if (isStarted()) {
H A DLoader.java243 public boolean isStarted() { method in class:Loader
281 * {@link #isStarted()} and {@link #isReset()} will return the correct
342 * when the loader is started -- that is, {@link #isStarted()} returns true.
372 * {@link #isStarted()} will return the correct
432 * {@link #isStarted()} and {@link #isReset()} will return the correct
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
H A DPipControlButtonView.java161 if (animator.isStarted()) {
/frameworks/support/core-utils/java/android/support/v4/content/
H A DCursorLoader.java104 if (isStarted()) {
H A DLoader.java225 public boolean isStarted() { method in class:Loader
263 * {@link #isStarted()} and {@link #isReset()} will return the correct
324 * when the loader is started -- that is, {@link #isStarted()} returns true.
354 * {@link #isStarted()} will return the correct
414 * {@link #isStarted()} and {@link #isReset()} will return the correct
/frameworks/support/wear/src/android/support/wear/widget/
H A DProgressDrawable.java115 if (!mAnimator.isStarted()) {

Completed in 526 milliseconds

123