Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenPinningNotify.java46 makeAllUserToastAndShow(R.string.screen_pinning_start); in showPinningStartToast()
51 makeAllUserToastAndShow(R.string.screen_pinning_exit); in showPinningExitToast()
64 mLastToast = makeAllUserToastAndShow(isRecentsButtonVisible in showEscapeToast()
70 private Toast makeAllUserToastAndShow(int resId) { in makeAllUserToastAndShow() method in ScreenPinningNotify