Searched refs:specificTypes (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ApplicationPackageManager.java | 837 String[] specificTypes = null; in queryIntentActivityOptions() local 845 if (specificTypes == null) { in queryIntentActivityOptions() 846 specificTypes = new String[N]; in queryIntentActivityOptions() 848 specificTypes[i] = t; in queryIntentActivityOptions() 856 mPM.queryIntentActivityOptions(caller, specifics, specificTypes, intent, in queryIntentActivityOptions()
|
/frameworks/base/core/java/android/content/pm/ |
D | IPackageManager.aidl | 148 in String[] specificTypes, in Intent intent, in queryIntentActivityOptions() argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 5886 Intent[] specifics, String[] specificTypes, Intent intent, 5889 specificTypes, intent, resolvedType, flags, userId)); 5893 Intent[] specifics, String[] specificTypes, Intent intent, 5945 specificTypes != null ? specificTypes[i] : null,
|