Searched defs:warningText (Results 1 – 5 of 5) sorted by relevance
72 final String warningText = in onCheckedFromAccessibilityButton() local75 Toast.makeText(getContext(), warningText, Toast.LENGTH_SHORT).show(); in onCheckedFromAccessibilityButton() local
32 @StringRes val warningText: Int constant in com.android.systemui.screenrecord.ScreenShareOption
82 private val warningText: String constant
476 String warningText = computeAlarmWarningText(condition); in updateAlarmWarningText() local
1943 String warningText = String.format(mWarningTextTemplate, in onTouchEvent() local2012 private void showWarningDialog(String warningText) { in showWarningDialog()