/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/ |
H A D | BaseWifiTracker.java | 96 private boolean mIsStarted; field in BaseWifiTracker 103 if (!mIsStarted) { 104 mIsStarted = true; 173 if (!mIsStarted) { 188 if (!mIsStarted) { 206 if (!mIsStarted) { 224 if (!mIsStarted) { 251 if (!mIsStarted) { 368 if (!mIsStarted) { in onStart() 369 mIsStarted = true; in onStart() [all …]
|
/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/ |
H A D | CountDownAnimationView.java | 45 private boolean mIsStarted; field in CountDownAnimationView 70 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()
|
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/connectivity/ |
H A D | Nat464Xlat.java | 50 private boolean mIsStarted; field in Nat464Xlat 74 mIsStarted = false; in Nat464Xlat() 117 if (mIsStarted) { in startClat() 128 mIsStarted = true; in startClat() 135 if (mIsStarted) { in stopClat() 142 mIsStarted = false; in stopClat() 153 return mIsStarted; in isStarted()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
H A D | RecapitalizeStatus.java | 78 private boolean mIsStarted; field in RecapitalizeStatus 116 mIsStarted = true; in start() 120 mIsStarted = false; in stop() 124 return mIsStarted; in isStarted()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
H A D | PreferenceController.java | 154 private boolean mIsStarted; field in PreferenceController 300 mIsStarted = true; in onStart() 337 mIsStarted = false; in onStop() 563 return mIsStarted; in isStarted()
|
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
H A D | SoundTriggerService.java | 123 mIsStarted = false; in SoundModelStat() 129 boolean mIsStarted; // true if model is currently running field in SoundTriggerService.SoundModelStatTracker.SoundModelStat 144 if (stat.mIsStarted) { in onStart() 151 stat.mIsStarted = true; in onStart() 161 if (!stat.mIsStarted) { in onStop() 168 stat.mIsStarted = false; in onStop() 178 if (stat.mIsStarted) { in dump()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | NsdService.java | 728 boolean mIsStarted = false; field in NsdService.DaemonConnection 755 if (mIsStarted) { in maybeStart() 759 mIsStarted = true; in maybeStart() 766 if (!mIsStarted) { in maybeStop() 770 mIsStarted = false; in maybeStop()
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/ |
H A D | RunningState.java | 411 boolean mIsStarted; field in RunningState.ProcessItem 739 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()
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | PermissionPolicyService.java | 100 private final SparseBooleanArray mIsStarted = new SparseBooleanArray(); field in PermissionPolicyService 352 return mIsStarted.get(userId); in isStarted() 373 mIsStarted.put(userId, true); in onStartUser() 391 mIsStarted.delete(user.getUserIdentifier()); in onUserStopping()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiServiceImplTest.java | 3126 boolean mIsStarted = false; field in WifiServiceImplTest.FakeLohsCallback 3131 mIsStarted = true; in onHotspotStarted() 3137 mIsStarted = false; in onHotspotStopped() 3143 mIsStarted = false; in onHotspotFailed() 3193 assertThat(sharedCallback.mIsStarted).isTrue(); 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() 3292 assertThat(callback.mIsStarted).isTrue(); in testCustomLohs_GeneratesSsidIfAbsent() [all …]
|