Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DActivityManagerServiceTest.java1381 .canStartForegroundServiceLocked(anyInt(), anyInt(), anyString()); in testStartForegroundServiceDelegate()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java8344 boolean canStartForegroundServiceLocked(int callingPid, int callingUid, String callingPackage) { in canStartForegroundServiceLocked() method
9155 if (!canStartForegroundServiceLocked(callingPid, callingUid, callingPackage)) { in startForegroundServiceDelegateLocked()