Searched refs:unblockAllUnrestrictedAlarms (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/ |
D | AppStateTrackerTest.java | 746 verify(l, times(0)).unblockAllUnrestrictedAlarms(); in assertNoCallbacks() 769 verify(l, times(0)).unblockAllUnrestrictedAlarms(); in testPowerSaveListener() 783 verify(l, times(1)).unblockAllUnrestrictedAlarms(); in testPowerSaveListener() 813 verify(l, times(0)).unblockAllUnrestrictedAlarms(); in testAllListeners() 825 verify(l, times(0)).unblockAllUnrestrictedAlarms(); in testAllListeners() 836 verify(l, times(0)).unblockAllUnrestrictedAlarms(); in testAllListeners() 852 verify(l, times(0)).unblockAllUnrestrictedAlarms(); in testAllListeners() 866 verify(l, times(1)).unblockAllUnrestrictedAlarms(); in testAllListeners() 881 verify(l, times(0)).unblockAllUnrestrictedAlarms(); in testAllListeners() 893 verify(l, times(1)).unblockAllUnrestrictedAlarms(); in testAllListeners() [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | AppStateTracker.java | 269 unblockAllUnrestrictedAlarms(); in onRunAnyAppOpsChanged() 304 unblockAllUnrestrictedAlarms(); in onPowerSaveUnwhitelisted() 334 unblockAllUnrestrictedAlarms(); in onExemptChanged() 344 unblockAllUnrestrictedAlarms(); in onForceAllAppsStandbyChanged() 380 public void unblockAllUnrestrictedAlarms() { in unblockAllUnrestrictedAlarms() method in AppStateTracker.Listener 891 l.unblockAllUnrestrictedAlarms(); in handleMessage()
|
D | AlarmManagerService.java | 4466 public void unblockAllUnrestrictedAlarms() {
|
/frameworks/base/services/ |
D | art-profile | 373 HSPLcom/android/server/AlarmManagerService$6;->unblockAllUnrestrictedAlarms()V 522 HSPLcom/android/server/AppStateTracker$Listener;->unblockAllUnrestrictedAlarms()V
|