Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DPendingIntent.java432 @NonNull Context context, boolean isActivityResultType) { in checkPendingIntent() argument
458 if (isNewMutableDisallowedImplicitPendingIntent(flags, intent, isActivityResultType) in checkPendingIntent()
471 @NonNull Intent intent, boolean isActivityResultType) { in isNewMutableDisallowedImplicitPendingIntent() argument
472 if (isActivityResultType) { in isNewMutableDisallowedImplicitPendingIntent()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java5378 boolean isActivityResultType = in getIntentSenderWithFeatureAsApp()
5381 isActivityResultType)) { in getIntentSenderWithFeatureAsApp()