Searched refs:removeAlarmsForUid (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | AlarmManagerInternal.java | 39 public void removeAlarmsForUid(int uid); in removeAlarmsForUid() method
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/ |
H A D | AppStateTrackerTest.java | 1368 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 D | AppStateTrackerImpl.java | 429 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 D | AlarmManagerService.java | 2757 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 D | AlarmManagerServiceTest.java | 1263 mListener.removeAlarmsForUid(TEST_CALLING_UID);
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 3691 ami.removeAlarmsForUid(appInfo.uid); in clearApplicationUserData()
|