/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
H A D | BluetoothDetailsControllerTestBase.java | 124 int getMajorDeviceClass() { in getMajorDeviceClass() method in BluetoothDetailsControllerTestBase.DeviceConfig 151 when(mBluetoothDeviceClass.getMajorDeviceClass()).thenReturn(config.getMajorDeviceClass()); in setupDevice()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothClass.java | 270 public int getMajorDeviceClass() { in getMajorDeviceClass() method in BluetoothClass 429 return getMajorDeviceClass() == Device.Major.PERIPHERAL; in doesClassMatch() 435 return getMajorDeviceClass() == Device.Major.NETWORKING; in doesClassMatch()
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothUtilsTest.java | 64 when(mCachedBluetoothDevice.getBtClass().getMajorDeviceClass()).thenReturn( in getBtClassDrawableWithDescription_typePhone_returnPhoneDrawable() 74 when(mCachedBluetoothDevice.getBtClass().getMajorDeviceClass()).thenReturn( in getBtClassDrawableWithDescription_typeComputer_returnComputerDrawable()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/ |
H A D | BluetoothDeviceCriteria.java | 57 if (!isMatchingMajorDeviceClass(device.getBluetoothClass().getMajorDeviceClass())) { in isMatchingDevice()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
H A D | InputDeviceCriteria.java | 51 return isMatchingMajorDeviceClass(bluetoothClass.getMajorDeviceClass()) && in isInputDevice()
|
H A D | AccessoryUtils.java | 123 int major = device.getBluetoothClass().getMajorDeviceClass(); in isRemoteClass()
|
H A D | BluetoothDevicePairer.java | 669 int majorDeviceClass = mTarget.getBluetoothClass().getMajorDeviceClass(); in getBluetoothConnector()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
H A D | BluetoothUnbondedDevicesPreferenceController.java | 99 device.getBluetoothClass().getMajorDeviceClass()); in matches()
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/ |
H A D | BluetoothUnbondedDevicesPreferenceControllerTest.java | 107 when(mBluetoothClass.getMajorDeviceClass()).thenReturn(Major.PHONE); in setUp()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothUtils.java | 77 switch (btClass.getMajorDeviceClass()) { in getBtClassDrawableWithDescription()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
H A D | PairedBluetoothDevices.java | 225 switch (btClass.getMajorDeviceClass()) { in getIconRes()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/ |
H A D | PairedBluetoothDevicesTest.java | 290 when(btClass.getMajorDeviceClass()).thenReturn(BluetoothClass.Device.Major.PHONE); in addBluetoothDevice()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 8942 method public int getMajorDeviceClass();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 6103 method public int getMajorDeviceClass();
|