Home
last modified time | relevance | path

Searched refs:isRunningLocked (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsDurationTimerTest.java46 assertFalse(timer.isRunningLocked()); in testStartStop()
53 assertTrue(timer.isRunningLocked()); in testStartStop()
60 assertFalse(timer.isRunningLocked()); in testStartStop()
68 assertTrue(timer.isRunningLocked()); in testStartStop()
75 assertFalse(timer.isRunningLocked()); in testStartStop()
82 assertTrue(timer.isRunningLocked()); in testStartStop()
89 assertTrue(timer.isRunningLocked()); in testStartStop()
97 assertTrue(timer.isRunningLocked()); in testStartStop()
119 assertFalse(timer.isRunningLocked()); in testReset()
155 assertFalse(timer.isRunningLocked()); in testResetAndDetach()
[all …]
H A DBatteryStatsStopwatchTimerTest.java84 assertFalse(timer.isRunningLocked()); in testCount()
H A DBatteryStatsNoteTest.java963 assertTrue(t.isRunningLocked()); in testNoteGpsChanged()
967 assertFalse(t.isRunningLocked()); in testNoteGpsChanged()
987 assertTrue(t.isRunningLocked()); in testNoteGpsChanged_workSource()
991 assertFalse(t.isRunningLocked()); in testNoteGpsChanged_workSource()
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java1464 private boolean isRunningLocked() {
1472 return isRunningLocked() && Binder.getCallingUid() == mOwnerUID;
1896 if (!isRunningLocked()) {
1904 if (!isRunningLocked()) {
/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java621 public boolean isRunningLocked() { in isRunningLocked() method in BatteryStats.Timer
3445 if (timer.isRunningLocked()) { in printWakeLock()
3496 if (timer.isRunningLocked()) { in printTimer()
5761 if (bleTimer.isRunningLocked()) { in dumpLocked()
5773 if (bleTimer.isRunningLocked()) { in dumpLocked()
5784 if (bleTimerBg != null && bleTimerBg.isRunningLocked()) { in dumpLocked()
5806 && unoptimizedScanTimer.isRunningLocked()) { in dumpLocked()
5817 if (unoptimizedScanTimerBg.isRunningLocked()) { in dumpLocked()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2675 public boolean isRunningLocked() { in isRunningLocked() method in BatteryStatsImpl.StopwatchTimer
4972 if(!mGpsSignalQualityTimer[signalLevel].isRunningLocked()) { in noteGpsSignalQualityLocked()
5603 while (mGpsSignalQualityTimer[i].isRunningLocked()) { in stopAllGpsSignalQualityTimersLocked()
5684 while (mPhoneSignalStrengthsTimer[i].isRunningLocked()) { in stopAllPhoneSignalStrengthTimersLocked()
5734 if (!mPhoneSignalScanningTimer.isRunningLocked()) { in updateAllPhoneStateLocked()
5747 if (mPhoneSignalScanningTimer.isRunningLocked()) { in updateAllPhoneStateLocked()
5773 if (!mPhoneSignalStrengthsTimer[strengthBin].isRunningLocked()) { in updateAllPhoneStateLocked()
6490 while (mWifiSignalStrengthsTimer[i].isRunningLocked()) { in stopAllWifiSignalStrengthTimersLocked()
6509 if (!mWifiSignalStrengthsTimer[strengthBin].isRunningLocked()) { in noteWifiRssiChangedLocked()
6633 if (!mWifiMulticastWakelockTimer.isRunningLocked()) { in noteWifiMulticastEnabledLocked()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt38333 Landroid/os/BatteryStats$Timer;->isRunningLocked()Z
76954 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->isRunningLocked()Z
/aosp12/frameworks/base/services/
H A Dart-profile15389 HSPLcom/android/server/connectivity/Vpn;->isRunningLocked()Z