Searched refs:selectorAction (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/content/
H A DIntentCompat.java68 * @param selectorAction The action name of the Intent's selector.
75 public static Intent makeMainSelectorActivity(@NonNull String selectorAction, argument
78 return Intent.makeMainSelectorActivity(selectorAction, selectorCategory);
83 Intent intent = new Intent(selectorAction);
/frameworks/base/core/java/android/content/
H A DIntent.java6157 * @param selectorAction The action name of the Intent's selector.
6165 public static Intent makeMainSelectorActivity(String selectorAction, argument
6170 selector.setAction(selectorAction);

Completed in 91 milliseconds