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()
3011 int toastText = 0; in silenceRingerModeInternal() local3025 toastText = com.android.internal.R.string.volume_dialog_ringer_guidance_silent; in silenceRingerModeInternal()3030 toastText = com.android.internal.R.string.volume_dialog_ringer_guidance_vibrate; in silenceRingerModeInternal()3035 Toast.makeText(mContext, toastText, Toast.LENGTH_SHORT).show(); in silenceRingerModeInternal()
5139 private void doChannelWarningToast(CharSequence toastText) {5145 Toast toast = Toast.makeText(getContext(), mHandler.getLooper(), toastText,