Home
last modified time | relevance | path

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

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