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.java90 String toastMsg; in onReceive() local
93 toastMsg = in onReceive()
97 toastMsg = context.getString(R.string.bt_toast_4, deviceName); in onReceive()
99 Toast.makeText(context, toastMsg, Toast.LENGTH_SHORT).show(); in onReceive()
214 String toastMsg = null; in onReceive() local
264 toastMsg = context.getString(R.string.notification_sent, transInfo.mFileName); in onReceive()
266 toastMsg = in onReceive()
272 toastMsg = in onReceive()
275 toastMsg = context.getString(R.string.download_fail_line1); in onReceive()
278 Log.v(TAG, "Toast msg == " + toastMsg); in onReceive()
[all …]