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.java104 String toastMsg; in onReceive() local
107 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() local
262 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 …]