Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DTestableNotificationManagerService.java149 protected void doChannelWarningToast(int uid, CharSequence toastText) { in doChannelWarningToast() argument
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBackgroundActivityStartControllerTests.java139 protected void showToast(String toastText) { in showToast() argument
140 mShownToasts.add(toastText); in showToast()
/frameworks/base/services/core/java/com/android/server/wm/
DBackgroundActivityStartController.java1159 String toastText = ActivitySecurityModelFeatureFlags.DOC_LINK in logAsmFailureAndCheckFeatureEnabled() local
1163 showToast(toastText); in logAsmFailureAndCheckFeatureEnabled()
1182 @VisibleForTesting void showToast(String toastText) { in showToast() argument
1184 toastText, Toast.LENGTH_LONG).show()); in showToast()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java1437 CharSequence toastText = null; in maybeShowToastH() local
1442 toastText = mContext.getString( in maybeShowToastH()
1448 toastText = mContext.getString( in maybeShowToastH()
1453 toastText = mContext.getString( in maybeShowToastH()
1457 Toast.makeText(mContext, toastText, Toast.LENGTH_SHORT).show(); in maybeShowToastH()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java5647 int toastText = 0; in silenceRingerModeInternal() local
5661 toastText = com.android.internal.R.string.volume_dialog_ringer_guidance_silent; in silenceRingerModeInternal()
5666 toastText = com.android.internal.R.string.volume_dialog_ringer_guidance_vibrate; in silenceRingerModeInternal()
5671 Toast.makeText(mContext, toastText, Toast.LENGTH_SHORT).show(); in silenceRingerModeInternal()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java7934 protected void doChannelWarningToast(int forUid, CharSequence toastText) {
7939 Toast toast = Toast.makeText(getContext(), mHandler.getLooper(), toastText,