Home
last modified time | relevance | path

Searched refs:toastMsg (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java82 String toastMsg; in onReceive() local
85 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() local
259 toastMsg = context.getString(R.string.notification_sent, transInfo.mFileName); in onReceive()
261 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()
[all …]