Home
last modified time | relevance | path

Searched refs:specifics (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
DActionMenu.java71 ComponentName caller, Intent[] specifics, Intent intent, int flags, in addIntentOptions() argument
75 pm.queryIntentActivityOptions(caller, specifics, intent, 0); in addIntentOptions()
85 ri.specificIndex < 0 ? intent : specifics[ri.specificIndex]); in addIntentOptions()
DMenuBuilder.java466 Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) { in addIntentOptions() argument
469 pm.queryIntentActivityOptions(caller, specifics, intent, 0); in addIntentOptions()
479 ri.specificIndex < 0 ? intent : specifics[ri.specificIndex]); in addIntentOptions()
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
DMenuWrapperICS.java81 Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) { in addIntentOptions() argument
88 .addIntentOptions(groupId, itemId, order, caller, specifics, intent, flags, items); in addIntentOptions()
DMenuBuilder.java500 Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) { in addIntentOptions() argument
503 pm.queryIntentActivityOptions(caller, specifics, intent, 0); in addIntentOptions()
513 ri.specificIndex < 0 ? intent : specifics[ri.specificIndex]); in addIntentOptions()
/frameworks/base/core/java/android/view/
DMenu.java297 ComponentName caller, Intent[] specifics, in addIntentOptions() argument
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java833 ComponentName caller, Intent[] specifics, Intent intent, in queryIntentActivityOptions() argument
838 if (specifics != null) { in queryIntentActivityOptions()
839 final int N = specifics.length; in queryIntentActivityOptions()
841 Intent sp = specifics[i]; in queryIntentActivityOptions()
856 mPM.queryIntentActivityOptions(caller, specifics, specificTypes, intent, in queryIntentActivityOptions()
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl147 in ComponentName caller, in Intent[] specifics, in queryIntentActivityOptions() argument
DPackageManager.java3861 ComponentName caller, Intent[] specifics, Intent intent, @ResolveInfoFlags int flags); in queryIntentActivityOptions() argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePackageManager.java355 public List<ResolveInfo> queryIntentActivityOptions(ComponentName caller, Intent[] specifics, in queryIntentActivityOptions() argument
/frameworks/base/docs/html/distribute/analyze/
Dmeasure.jd118 way, you can really dig in and understand the specifics of how users interact
/frameworks/base/test-runner/src/android/test/mock/
DMockPackageManager.java378 Intent[] specifics, Intent intent, int flags) { in queryIntentActivityOptions() argument
/frameworks/base/docs/html/training/material/
Dlists-cards.jd54 of the implementation depend on the specifics of your dataset and the type of views. For more
/frameworks/base/docs/html/training/basics/intents/
Dfilters.jd73 <p class="note"><strong>Note:</strong> If you don't need to declare specifics about the data
/frameworks/base/docs/html/training/tv/games/
Dindex.jd290 specifics on implementing saved games using Play Services, see <a href=
/frameworks/base/docs/html/guide/topics/media/
Dmediarouteprovider.jd321 the Android media router framework. This descriptor object contains the specifics of your media
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dapps.jd384 <p>Depending on the specifics of your custom view, it may need to send {@link
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java5886 Intent[] specifics, String[] specificTypes, Intent intent,
5888 return new ParceledListSlice<>(queryIntentActivityOptionsInternal(caller, specifics,
5893 Intent[] specifics, String[] specificTypes, Intent intent,
5920 if (specifics != null) {
5921 for (int i=0; i<specifics.length; i++) {
5922 final Intent sintent = specifics[i];