Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
DScannerFragment.java153 String toastText = getString(R.string.scan_start_toast) + " " in startScanning() local
156 Toast.makeText(getActivity(), toastText, Toast.LENGTH_LONG).show(); in startScanning() local