Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/radio/
DProgramList.java183 new HashSet<>(mPrograms.keySet()).stream().forEach(id -> removeLocked(id)); in apply()
186 chunk.getRemoved().stream().forEach(id -> removeLocked(id)); in apply()
203 private void removeLocked(@NonNull ProgramSelector.Identifier key) { in removeLocked() method in ProgramList
/frameworks/base/services/core/java/com/android/server/textclassifier/
DTextClassificationManagerService.java304 removeLocked(); in binderDied()
309 private void removeLocked() { in removeLocked() method in TextClassificationManagerService.PendingRequest
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java1437 removeLocked(operation, null); in removeImpl()
1533 removeLocked(operation, directReceiver); in setImplLocked()
1718 removeLocked(uid); in removeAlarmsForUid()
1819 removeLocked(operation, listener);
2685 private void removeLocked(PendingIntent operation, IAlarmListener directReceiver) { in removeLocked() method in AlarmManagerService
2741 void removeLocked(final int uid) { in removeLocked() method in AlarmManagerService
2783 void removeLocked(final String packageName) { in removeLocked() method in AlarmManagerService
3885 removeLocked(uid); in onReceive()
3888 removeLocked(pkg); in onReceive()
4027 private InFlight removeLocked(PendingIntent pi, Intent intent) { in removeLocked() method in AlarmManagerService.DeliveryTracker
[all …]