Searched defs:warningText (Results 1 – 3 of 3) sorted by relevance
72 final String warningText = in onCheckedFromAccessibilityButton() local75 Toast.makeText(getContext(), warningText, Toast.LENGTH_SHORT).show(); in onCheckedFromAccessibilityButton() local
459 String warningText = computeAlarmWarningText(condition); in updateAlarmWarningText() local
1943 String warningText = String.format(mWarningTextTemplate, in onTouchEvent() local2012 private void showWarningDialog(String warningText) { in showWarningDialog()