Home
last modified time | relevance | path

Searched refs:specificTypes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DApplicationPackageManager.java581 String[] specificTypes = null; in queryIntentActivityOptions() local
589 if (specificTypes == null) { in queryIntentActivityOptions()
590 specificTypes = new String[N]; in queryIntentActivityOptions()
592 specificTypes[i] = t; in queryIntentActivityOptions()
600specificTypes, intent, intent.resolveTypeIfNeeded(resolver), in queryIntentActivityOptions()
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl127 in String[] specificTypes, in Intent intent, in queryIntentActivityOptions() argument
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java3495 Intent[] specifics, String[] specificTypes, Intent intent, in queryIntentActivityOptions() argument
3545 specificTypes != null ? specificTypes[i] : null, in queryIntentActivityOptions()