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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothDevicePairer.java 37 import com.android.tv.settings.util.bluetooth.BluetoothScanner;
149 private final BluetoothScanner.Listener mBtListener = new BluetoothScanner.Listener() {
151 public void onDeviceAdded(BluetoothScanner.Device device) {
159 public void onDeviceRemoved(BluetoothScanner.Device device) {
357 BluetoothScanner.startListening(mContext, mBtListener, mBluetoothDeviceCriteria);
537 final boolean wasListening = BluetoothScanner.stopListening(mBtListener);
538 BluetoothScanner.stopNow();
620 BluetoothScanner.stopListening(mBtListener);
621 BluetoothScanner.stopNow()
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothScanner.java 35 public class BluetoothScanner {
36 private static final String TAG = "BluetoothScanner";
108 private BluetoothScanner() {

Completed in 77 milliseconds