Searched refs:toastMsg (Results 1 – 2 of 2) sorted by relevance
82 String toastMsg; in onReceive() local85 toastMsg = context.getString(R.string.bt_toast_5, Integer.toString(batchSize), in onReceive()88 toastMsg = context.getString(R.string.bt_toast_4, deviceName); in onReceive()90 Toast.makeText(context, toastMsg, Toast.LENGTH_SHORT).show(); in onReceive()220 String toastMsg = null; in onReceive() local261 toastMsg = in onReceive()267 toastMsg = in onReceive()270 toastMsg = context.getString(R.string.download_fail_line1); in onReceive()274 Log.v(TAG, "Toast msg == " + toastMsg); in onReceive()276 if (toastMsg != null) { in onReceive()[all …]
615 String toastMsg = results.getString(INTENT_KEY_A4A_TOAST_MESSAGE); in showAngleInUseDialogBox()616 final Toast toast = Toast.makeText(context, toastMsg, Toast.LENGTH_LONG); in showAngleInUseDialogBox()