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

  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV9.java 106 int[] activeDevices = InputDevice.getDeviceIds();
108 for ( int id : activeDevices ) {
115 return activeDevices;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidService.java 502 ArrayList<BluetoothDevice> activeDevices = new ArrayList<>();
503 activeDevices.add(null);
504 activeDevices.add(null);
507 return activeDevices;
516 activeDevices.set(1, device);
518 activeDevices.set(0, device);
523 return activeDevices;
    [all...]
  /packages/apps/Settings/src/com/android/settings/sound/
AudioSwitchPreferenceController.java 331 List<BluetoothDevice> activeDevices =
333 for (BluetoothDevice btDevice : activeDevices) {

Completed in 205 milliseconds