HomeSort by relevance Sort by last modified time
    Searched defs:toastText (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
ScannerFragment.java 153 String toastText = getString(R.string.scan_start_toast) + " "
156 Toast.makeText(getActivity(), toastText, Toast.LENGTH_LONG).show();
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
ScannerFragment.java 153 String toastText = getString(R.string.scan_start_toast) + " "
156 Toast.makeText(getActivity(), toastText, Toast.LENGTH_LONG).show();
  /development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
ScannerFragment.java 153 String toastText = getString(R.string.scan_start_toast) + " "
156 Toast.makeText(getActivity(), toastText, Toast.LENGTH_LONG).show();

Completed in 86 milliseconds