Searched refs:specificTypes (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ResolveIntentHelper.java | 650 ComponentName caller, Intent[] specifics, String[] specificTypes, Intent intent, in queryIntentActivityOptionsInternal() argument 704 specificTypes != null ? specificTypes[i] : null, flags, in queryIntentActivityOptionsInternal()
|
H A D | IPackageManagerBase.java | 1028 ComponentName caller, Intent[] specifics, String[] specificTypes, Intent intent, in queryIntentActivityOptions() argument 1031 snapshot(), caller, specifics, specificTypes, intent, resolvedType, flags, in queryIntentActivityOptions()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ApplicationPackageManager.java | 1489 String[] specificTypes = null; in queryIntentActivityOptions() local 1497 if (specificTypes == null) { in queryIntentActivityOptions() 1498 specificTypes = new String[numSpecifics]; in queryIntentActivityOptions() 1500 specificTypes[i] = t; in queryIntentActivityOptions() 1510 specificTypes, in queryIntentActivityOptions()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | IPackageManager.aidl | 139 in String[] specificTypes, in Intent intent, in queryIntentActivityOptions() argument
|