Searched refs:showToast (Results 1 – 3 of 3) sorted by relevance
35 void showToast(CharSequence msg) { in showToast() method in Spinner153 showToast("Spinner1: position=" + position + " id=" + id); in onCreate()57 showToast("Spinner1: unselected"); in onCreate()70 showToast("Spinner2: position=" + position + " id=" + id); in onCreate()74 showToast("Spinner2: unselected"); in onCreate()
189 showToast("Error code:" + getResultCode()); in onReceive()198 showToast("No extra"); in onReceive()226 private void showToast(String text) { in showToast() method in VoiceRecognition.SupportedLanguageBroadcastReceiver
928 void showToast(Context context, String msg) { in showToast() method in DeviceAdminSample.DeviceAdminSampleReceiver935 showToast(context, context.getString(R.string.admin_receiver_status_enabled)); in onEnabled()945 showToast(context, context.getString(R.string.admin_receiver_status_disabled)); in onDisabled()950 showToast(context, context.getString(R.string.admin_receiver_status_pw_changed)); in onPasswordChanged()955 showToast(context, context.getString(R.string.admin_receiver_status_pw_failed)); in onPasswordFailed()960 showToast(context, context.getString(R.string.admin_receiver_status_pw_succeeded)); in onPasswordSucceeded()973 showToast(context, message); in onPasswordExpiring()