Home
last modified time | relevance | path

Searched refs:removeAlarmsForUid (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerInternal.java39 public void removeAlarmsForUid(int uid); in removeAlarmsForUid() method
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DAppStateTrackerTest.java1368 verify(l, times(0)).removeAlarmsForUid(anyInt()); in testAllListeners()
1387 verify(l, times(1)).removeAlarmsForUid(UID_10_1); in testAllListeners()
1406 verify(l, times(0)).removeAlarmsForUid(anyInt()); in testAllListeners()
1425 verify(l, times(1)).removeAlarmsForUid(UID_10_1); in testAllListeners()
1444 verify(l, times(0)).removeAlarmsForUid(anyInt()); in testAllListeners()
1463 verify(l, times(0)).removeAlarmsForUid(anyInt()); in testAllListeners()
1484 verify(l, times(0)).removeAlarmsForUid(anyInt()); in testAllListeners()
1503 verify(l, times(0)).removeAlarmsForUid(anyInt()); in testAllListeners()
1522 verify(l, times(1)).removeAlarmsForUid(UID_10_1); in testAllListeners()
1541 verify(l, times(0)).removeAlarmsForUid(anyInt()); in testAllListeners()
[all …]
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DAppStateTrackerImpl.java429 public void removeAlarmsForUid(int uid) { in removeAlarmsForUid() method in AppStateTrackerImpl.Listener
981 l.removeAlarmsForUid(uid); in handleUidDisabled()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java2757 public void removeAlarmsForUid(int uid) { in removeAlarmsForUid() method in AlarmManagerService.LocalService
5503 public void removeAlarmsForUid(int uid) {
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
H A DAlarmManagerServiceTest.java1263 mListener.removeAlarmsForUid(TEST_CALLING_UID);
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3691 ami.removeAlarmsForUid(appInfo.uid); in clearApplicationUserData()