Searched refs:mToast (Results 1 – 3 of 3) sorted by relevance
67 Toast mToast; field in AlarmController105 if (mToast != null) {106 mToast.cancel();108 mToast = Toast.makeText(AlarmController.this, R.string.one_shot_scheduled,110 mToast.show();137 if (mToast != null) {138 mToast.cancel();140 mToast = Toast.makeText(AlarmController.this, R.string.repeating_scheduled,142 mToast.show();159 if (mToast != null) {[all …]
33 Toast mToast; field in SimpleWakefulController67 if (mToast != null) {68 mToast.cancel();70 mToast = Toast.makeText(SimpleWakefulController.this, R.string.simple_wakeful_scheduled,72 mToast.show();
46 Toast mToast; field in PickContact98 if (mToast != null) { in onActivityResult()99 mToast.cancel(); in onActivityResult()102 mToast = Toast.makeText(this, txt, Toast.LENGTH_LONG); in onActivityResult()103 mToast.show(); in onActivityResult()