Searched refs:toastMsg (Results 1 – 1 of 1) sorted by relevance
93 String toastMsg; in onReceive() local96 toastMsg = in onReceive()100 toastMsg = context.getString(R.string.bt_toast_4, deviceName); in onReceive()102 Toast.makeText(context, toastMsg, Toast.LENGTH_SHORT).show(); in onReceive()256 String toastMsg = null; in onReceive() local306 toastMsg = context.getString(R.string.notification_sent, transInfo.mFileName); in onReceive()308 toastMsg = in onReceive()314 toastMsg = in onReceive()317 toastMsg = context.getString(R.string.download_fail_line1); in onReceive()320 Log.v(TAG, "Toast msg == " + toastMsg); in onReceive()[all …]