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

/frameworks/support/compat/src/main/java/androidx/core/content/
H A DIntentCompat.java69 * @param selectorCategory The name of a category to add to the Intent's
76 @NonNull String selectorCategory) {
78 return Intent.makeMainSelectorActivity(selectorAction, selectorCategory);
84 intent.addCategory(selectorCategory);
75 makeMainSelectorActivity(@onNull String selectorAction, @NonNull String selectorCategory) argument
/frameworks/base/core/java/android/content/
H A DIntent.java6158 * @param selectorCategory The name of a category to add to the Intent's
6166 String selectorCategory) {
6171 selector.addCategory(selectorCategory);
6165 makeMainSelectorActivity(String selectorAction, String selectorCategory) argument

Completed in 64 milliseconds