Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardListener.java105 if (shouldShowToast(clipData)) { in onPrimaryClipChanged()
140 boolean shouldShowToast(ClipData clipData) { in shouldShowToast() method in ClipboardListener
/frameworks/base/services/core/java/com/android/server/wm/
DActivitySecurityModelFeatureFlags.java69 static boolean shouldShowToast(int uid) { in shouldShowToast() method in ActivitySecurityModelFeatureFlags
DBackgroundActivityStartController.java1158 if (ActivitySecurityModelFeatureFlags.shouldShowToast(callingUid)) { in logAsmFailureAndCheckFeatureEnabled()
1234 if (ActivitySecurityModelFeatureFlags.shouldShowToast(callingUid) in clearTopIfNeeded()
1330 if (ActivitySecurityModelFeatureFlags.shouldShowToast(callingUid)) { in checkActivityAllowedToClearTask()