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.java187 case ActivityManager.INTENT_SENDER_SERVICE: in typeName()
330 case ActivityManager.INTENT_SENDER_SERVICE: in sendInner()
DActiveServices.java469 ActivityManager.INTENT_SENDER_SERVICE, callingPackage, in requestStartTargetPermissionsReviewIfNeededLocked()
/frameworks/base/core/java/android/app/
DPendingIntent.java606 ActivityManager.INTENT_SENDER_SERVICE, packageName, in getService()
DActivityManager.java319 public static final int INTENT_SENDER_SERVICE = 4; field in ActivityManager