Searched refs:isRunningLocked (Results 1 – 8 of 8) sorted by relevance
46 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 …]
84 assertFalse(timer.isRunningLocked()); in testCount()
963 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()
1464 private boolean isRunningLocked() {1472 return isRunningLocked() && Binder.getCallingUid() == mOwnerUID;1896 if (!isRunningLocked()) {1904 if (!isRunningLocked()) {
621 public boolean isRunningLocked() { in isRunningLocked() method in BatteryStats.Timer3445 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()
2675 public boolean isRunningLocked() { in isRunningLocked() method in BatteryStatsImpl.StopwatchTimer4972 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 …]
38333 Landroid/os/BatteryStats$Timer;->isRunningLocked()Z76954 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->isRunningLocked()Z
15389 HSPLcom/android/server/connectivity/Vpn;->isRunningLocked()Z