Searched refs:toastMsg (Results 1 – 1 of 1) sorted by relevance
104 String toastMsg; in onReceive() local107 toastMsg = context.getString(R.string.bt_toast_5, Integer.toString(batchSize), in onReceive()110 toastMsg = context.getString(R.string.bt_toast_4, deviceName); in onReceive()112 Toast.makeText(context, toastMsg, Toast.LENGTH_SHORT).show(); in onReceive()224 String toastMsg = null; in onReceive() local262 toastMsg = context.getString(R.string.notification_sent, transInfo.mFileName); in onReceive()264 toastMsg = context.getString(R.string.notification_received, in onReceive()270 toastMsg = context.getString(R.string.notification_sent_fail, in onReceive()273 toastMsg = context.getString(R.string.download_fail_line1); in onReceive()276 if (V) Log.v(TAG, "Toast msg == " + toastMsg); in onReceive()[all …]