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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothDevicePairer.java 38 import com.android.tv.settings.util.bluetooth.BluetoothScanner;
152 private final BluetoothScanner.Listener mBtListener = new BluetoothScanner.Listener() {
154 public void onDeviceAdded(BluetoothScanner.Device device) {
162 public void onDeviceRemoved(BluetoothScanner.Device device) {
347 BluetoothScanner.startListening(mContext, mBtListener, mBluetoothDeviceCriteria);
541 final boolean wasListening = BluetoothScanner.stopListening(mBtListener);
542 BluetoothScanner.stopNow();
624 BluetoothScanner.stopListening(mBtListener);
625 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 86 milliseconds