Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A 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
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()
276 if (toastMsg != null) { in onReceive()
[all …]
/aosp12/frameworks/base/core/java/android/os/
H A DGraphicsEnvironment.java615 String toastMsg = results.getString(INTENT_KEY_A4A_TOAST_MESSAGE); in showAngleInUseDialogBox()
616 final Toast toast = Toast.makeText(context, toastMsg, Toast.LENGTH_LONG); in showAngleInUseDialogBox()