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

/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DTextViewCompat.java607 if (isSupportedActivity(info, context)) {
614 private boolean isSupportedActivity(final ResolveInfo info, final Context context) { method in class:TextViewCompat.OreoCallback
/frameworks/base/core/java/android/widget/
H A DEditor.java6963 if (isSupportedActivity(info)) {
6969 private boolean isSupportedActivity(ResolveInfo info) { method in class:Editor.ProcessTextIntentActionsHandler

Completed in 56 milliseconds