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/
InputPairer.java 34 import com.android.tv.settings.util.bluetooth.BluetoothScanner;
135 private BluetoothScanner.Listener mBtListener = new BluetoothScanner.Listener() {
137 public void onDeviceAdded(BluetoothScanner.Device device) {
145 public void onDeviceRemoved(BluetoothScanner.Device device) {
351 BluetoothScanner.stopListening(mBtListener);
352 BluetoothScanner.startListening(mContext, mBtListener, new InputDeviceCriteria());
519 BluetoothScanner.stopListening(mBtListener);
520 BluetoothScanner.stopNow();
618 BluetoothScanner.stopListening(mBtListener)
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothScanner.java 34 public class BluetoothScanner {
35 private static final String TAG = "BluetoothScanner";
135 private BluetoothScanner() {

Completed in 80 milliseconds