Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java93 String toastMsg; in onReceive() local
96 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() local
306 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 …]