Searched refs:specificTypes (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ApplicationPackageManager.java | 1081 String[] specificTypes = null; in queryIntentActivityOptions() local 1089 if (specificTypes == null) { in queryIntentActivityOptions() 1090 specificTypes = new String[N]; in queryIntentActivityOptions() 1092 specificTypes[i] = t; in queryIntentActivityOptions() 1102 specificTypes, in queryIntentActivityOptions()
|
/frameworks/base/core/java/android/content/pm/ |
D | IPackageManager.aidl | 189 in String[] specificTypes, in Intent intent, in queryIntentActivityOptions() argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 7966 Intent[] specifics, String[] specificTypes, Intent intent, 7969 specificTypes, intent, resolvedType, flags, userId)); 7973 Intent[] specifics, String[] specificTypes, Intent intent, 8027 specificTypes != null ? specificTypes[i] : null,
|