Home
last modified time | relevance | path

Searched refs:stopForegroundServiceDelegateLocked (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java8463 void stopForegroundServiceDelegateLocked(@NonNull ForegroundServiceDelegationOptions options) { in stopForegroundServiceDelegateLocked() method in ActiveServices
8486 void stopForegroundServiceDelegateLocked(@NonNull ServiceConnection connection) { in stopForegroundServiceDelegateLocked() method in ActiveServices
H A DActivityManagerService.java18971 mServices.stopForegroundServiceDelegateLocked(options); in stopForegroundServiceDelegate()
18978 mServices.stopForegroundServiceDelegateLocked(connection); in stopForegroundServiceDelegate()