Home
last modified time | relevance | path

Searched refs:unblockAllUnrestrictedAlarms (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DAppStateTrackerTest.java1042 verify(l, times(0)).unblockAllUnrestrictedAlarms(); in assertNoCallbacks()
1067 verify(l, times(0)).unblockAllUnrestrictedAlarms(); in testPowerSaveListener()
1083 verify(l, times(0)).unblockAllUnrestrictedAlarms(); in testPowerSaveListener()
1117 verify(l, times(0)).unblockAllUnrestrictedAlarms(); in testAllListeners()
1133 verify(l, times(0)).unblockAllUnrestrictedAlarms(); in testAllListeners()
1148 verify(l, times(0)).unblockAllUnrestrictedAlarms(); in testAllListeners()
1167 verify(l, times(0)).unblockAllUnrestrictedAlarms(); in testAllListeners()
1185 verify(l, times(0)).unblockAllUnrestrictedAlarms(); in testAllListeners()
1205 verify(l, times(1)).unblockAllUnrestrictedAlarms(); in testAllListeners()
1221 verify(l, times(0)).unblockAllUnrestrictedAlarms(); in testAllListeners()
[all …]
/frameworks/base/apex/jobscheduler/service/java/com/android/server/
DAppStateTrackerImpl.java320 unblockAllUnrestrictedAlarms(); in onPowerSaveExemptionListChanged()
362 unblockAllUnrestrictedAlarms(); in onAutoRestrictedBucketFeatureFlagChanged()
411 public void unblockAllUnrestrictedAlarms() { in unblockAllUnrestrictedAlarms() method in AppStateTrackerImpl.Listener
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java5115 public void unblockAllUnrestrictedAlarms() {