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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
A2dpDeviceCriteria.java 29 public boolean isMatchingMajorDeviceClass(int majorDeviceClass) {
30 return majorDeviceClass == BluetoothClass.Device.Major.AUDIO_VIDEO;
InputDeviceCriteria.java 37 public boolean isMatchingMajorDeviceClass(int majorDeviceClass) {
38 return majorDeviceClass == BluetoothClass.Device.Major.PERIPHERAL;
BluetoothDevicePairer.java 648 int majorDeviceClass = mTarget.getBluetoothClass().getMajorDeviceClass();
649 switch (majorDeviceClass) {
656 Log.d(TAG, "Unhandle device class: " + majorDeviceClass);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothDeviceCriteria.java 74 * @param majorDeviceClass constant from {@link BluetoothClass.Device.Major}.
76 public boolean isMatchingMajorDeviceClass(int majorDeviceClass) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothDetailsControllerTestBase.java 86 private int majorDeviceClass;
101 this.majorDeviceClass = newValue;
124 return majorDeviceClass;

Completed in 225 milliseconds