Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsDurationTimerTest.java44 assertFalse(timer.isRunningLocked()); in testStartStop()
51 assertTrue(timer.isRunningLocked()); in testStartStop()
58 assertFalse(timer.isRunningLocked()); in testStartStop()
66 assertTrue(timer.isRunningLocked()); in testStartStop()
73 assertFalse(timer.isRunningLocked()); in testStartStop()
80 assertTrue(timer.isRunningLocked()); in testStartStop()
87 assertTrue(timer.isRunningLocked()); in testStartStop()
95 assertTrue(timer.isRunningLocked()); in testStartStop()
139 assertFalse(summary.isRunningLocked()); in testParceling()
154 assertFalse(full.isRunningLocked()); in testParceling()
DBatteryStatsNoteTest.java471 assertTrue(t.isRunningLocked()); in testNoteGpsChanged()
475 assertFalse(t.isRunningLocked()); in testNoteGpsChanged()
495 assertTrue(t.isRunningLocked()); in testNoteGpsChanged_workSource()
499 assertFalse(t.isRunningLocked()); in testNoteGpsChanged_workSource()
DBatteryStatsStopwatchTimerTest.java82 assertFalse(timer.isRunningLocked()); in testCount()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1120 private boolean isRunningLocked() { in isRunningLocked() method in Vpn
1128 return isRunningLocked() && Binder.getCallingUid() == mOwnerUID; in isCallerEstablishedOwnerLocked()
1495 if (!isRunningLocked()) { in getUnderlyingNetworks()
1506 if (!isRunningLocked()) { in getVpnInfo()
1517 if (!isRunningLocked()) { in appliesToUid()
/frameworks/base/core/java/android/os/
DBatteryStats.java561 public boolean isRunningLocked() { in isRunningLocked() method in BatteryStats.Timer
3094 if (timer.isRunningLocked()) { in printWakeLock()
3145 if (timer.isRunningLocked()) { in printTimer()
5454 if (bleTimer.isRunningLocked()) { in dumpLocked()
5466 if (bleTimer.isRunningLocked()) { in dumpLocked()
5477 if (bleTimerBg != null && bleTimerBg.isRunningLocked()) { in dumpLocked()
5499 && unoptimizedScanTimer.isRunningLocked()) { in dumpLocked()
5510 if (unoptimizedScanTimerBg.isRunningLocked()) { in dumpLocked()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java2523 public boolean isRunningLocked() { in isRunningLocked() method in BatteryStatsImpl.StopwatchTimer
4871 if(!mGpsSignalQualityTimer[signalLevel].isRunningLocked()) { in noteGpsSignalQualityLocked()
5227 while (mGpsSignalQualityTimer[i].isRunningLocked()) { in stopAllGpsSignalQualityTimersLocked()
5300 while (mPhoneSignalStrengthsTimer[i].isRunningLocked()) { in stopAllPhoneSignalStrengthTimersLocked()
5352 if (!mPhoneSignalScanningTimer.isRunningLocked()) { in updateAllPhoneStateLocked()
5363 if (mPhoneSignalScanningTimer.isRunningLocked()) { in updateAllPhoneStateLocked()
5387 if (!mPhoneSignalStrengthsTimer[strengthBin].isRunningLocked()) { in updateAllPhoneStateLocked()
5967 while (mWifiSignalStrengthsTimer[i].isRunningLocked()) { in stopAllWifiSignalStrengthTimersLocked()
5984 if (!mWifiSignalStrengthsTimer[strengthBin].isRunningLocked()) { in noteWifiRssiChangedLocked()
6082 if (!mWifiMulticastWakelockTimer.isRunningLocked()) { in noteWifiMulticastEnabledLocked()
[all …]
/frameworks/base/config/
Dboot-image-profile.txt38689 HSPLcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->isRunningLocked()Z