Searched refs:mIsStarted (Results 1 – 5 of 5) sorted by relevance
45 private boolean mIsStarted; field in CountDownAnimationView70 if (mIsStarted) { in surfaceCreated()97 if (mIsStarted) { in start()101 mIsStarted = true; in start()111 if (mIsSurfaceCreated && mIsStarted) { in startInternal()144 mIsStarted = false; in stop()
78 private boolean mIsStarted; field in RecapitalizeStatus116 mIsStarted = true; in start()120 mIsStarted = false; in stop()124 return mIsStarted; in isStarted()
151 private boolean mIsStarted; field in PreferenceController297 mIsStarted = true; in onStart()334 mIsStarted = false; in onStop()521 return mIsStarted; in isStarted()
411 boolean mIsStarted; field in RunningState.ProcessItem739 if (object1.mIsStarted != object2.mIsStarted) { in compare()741 return object1.mIsStarted ? -1 : 1; in compare()1169 pi.mIsStarted = true; in update()1179 pi.mIsStarted = false; in update()
3126 boolean mIsStarted = false; field in WifiServiceImplTest.FakeLohsCallback3131 mIsStarted = true; in onHotspotStarted()3137 mIsStarted = false; in onHotspotStopped()3143 mIsStarted = false; in onHotspotFailed()3193 assertThat(sharedCallback.mIsStarted).isTrue(); in testCustomLohs_ExclusiveAfterShared()3194 assertThat(exclusiveCallback.mIsStarted).isFalse(); in testCustomLohs_ExclusiveAfterShared()3213 assertThat(exclusiveCallback.mIsStarted).isTrue(); in testCustomLohs_ExclusiveBeforeShared()3214 assertThat(sharedCallback.mIsStarted).isFalse(); in testCustomLohs_ExclusiveBeforeShared()3237 assertThat(callback.mIsStarted).isTrue(); in testCustomLohs_Wpa2()3263 assertThat(callback.mIsStarted).isTrue(); in testCustomLohs_Open()[all …]