Home
last modified time | relevance | path

Searched refs:showCustomTextWithImage (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
H A DSnackbars.java86 public static final void showCustomTextWithImage(Activity activity, String text, int imageRes) { in showCustomTextWithImage() method in Snackbars
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DAbstractActionHandler.java666 Snackbars.showCustomTextWithImage(mActivity, messagePair.first, messagePair.second); in showDebugMessage()