Searched defs:specificTypes (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java5886 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,
5885 queryIntentActivityOptions(ComponentName caller, Intent[] specifics, String[] specificTypes, Intent intent, String resolvedType, int flags, int userId) argument
5892 queryIntentActivityOptionsInternal(ComponentName caller, Intent[] specifics, String[] specificTypes, Intent intent, String resolvedType, int flags, int userId) argument

Completed in 63 milliseconds