Home
last modified time | relevance | path

Searched refs:INTENT_SENDER_SERVICE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java191 case ActivityManager.INTENT_SENDER_SERVICE: in typeName()
445 case ActivityManager.INTENT_SENDER_SERVICE: in sendInner()
DActiveServices.java658 ActivityManager.INTENT_SENDER_SERVICE, callingPackage, in requestStartTargetPermissionsReviewIfNeededLocked()
/frameworks/base/core/java/android/app/
DPendingIntent.java610 ActivityManager.INTENT_SENDER_SERVICE); in getService()
DActivityManager.java461 public static final int INTENT_SENDER_SERVICE = 4; field in ActivityManager