Searched refs:toastText (Results 1 – 3 of 3) sorted by relevance
649 CharSequence toastText = null; in maybeShowToastH() local654 toastText = mContext.getString( in maybeShowToastH()660 toastText = mContext.getString( in maybeShowToastH()665 toastText = mContext.getString( in maybeShowToastH()669 Toast.makeText(mContext, toastText, Toast.LENGTH_SHORT).show(); in maybeShowToastH()
2917 int toastText = 0; in silenceRingerModeInternal() local2931 toastText = com.android.internal.R.string.volume_dialog_ringer_guidance_silent; in silenceRingerModeInternal()2936 toastText = com.android.internal.R.string.volume_dialog_ringer_guidance_vibrate; in silenceRingerModeInternal()2941 Toast.makeText(mContext, toastText, Toast.LENGTH_SHORT).show(); in silenceRingerModeInternal()
4950 private void doChannelWarningToast(CharSequence toastText) {4956 Toast toast = Toast.makeText(getContext(), mHandler.getLooper(), toastText,