Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerTest.java767 private int startTargetService(ActivityManager am, String targetPakage, String targetService, in startTargetService() argument
771 intent.setComponent(ComponentName.unflattenFromString(targetPakage + "/" + targetService)); in startTargetService()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java8701 @Nullable ServiceRecord targetService, in shouldAllowFgsStartForegroundNoBindingCheckLocked() argument
8864 && targetService != null in shouldAllowFgsStartForegroundNoBindingCheckLocked()
8865 && targetService.appInfo.hasRequestForegroundServiceExemption()) { in shouldAllowFgsStartForegroundNoBindingCheckLocked()