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

  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
ScanCallbackTest.java 80 callback.onBatchScanResults(null);
97 public void onBatchScanResults(List<ScanResult> results) {
BluetoothLeScanTest.java 348 public void onBatchScanResults(List<ScanResult> results) {
349 // In case onBatchScanResults are called due to buffer full, we want to collect all
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
ScannerFragment.java 205 public void onBatchScanResults(List<ScanResult> results) {
206 super.onBatchScanResults(results);
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
ScannerFragment.java 205 public void onBatchScanResults(List<ScanResult> results) {
206 super.onBatchScanResults(results);
  /development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
ScannerFragment.java 205 public void onBatchScanResults(List<ScanResult> results) {
206 super.onBatchScanResults(results);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothLeScanFacade.java 290 * Trigger onBatchScanResults
    [all...]

Completed in 161 milliseconds