Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DResolveIntentHelper.java596 ComponentName caller, Intent[] specifics, String[] specificTypes, Intent intent, in queryIntentActivityOptionsInternal() argument
650 specificTypes != null ? specificTypes[i] : null, flags, in queryIntentActivityOptionsInternal()
DIPackageManagerBase.java1066 ComponentName caller, Intent[] specifics, String[] specificTypes, Intent intent, in queryIntentActivityOptions() argument
1069 snapshot(), caller, specifics, specificTypes, intent, resolvedType, flags, in queryIntentActivityOptions()
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl144 in String[] specificTypes, in Intent intent, in queryIntentActivityOptions() argument
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java1530 String[] specificTypes = null; in queryIntentActivityOptions() local
1538 if (specificTypes == null) { in queryIntentActivityOptions()
1539 specificTypes = new String[numSpecifics]; in queryIntentActivityOptions()
1541 specificTypes[i] = t; in queryIntentActivityOptions()
1551 specificTypes, in queryIntentActivityOptions()