Home
last modified time | relevance | path

Searched refs:CLASSIC_BLUETOOTH (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/companion/
H A DAssociatedDevice.java37 private static final int CLASSIC_BLUETOOTH = 0; field in AssociatedDevice
102 if (mDevice instanceof android.bluetooth.BluetoothDevice) return CLASSIC_BLUETOOTH; in getDeviceType()
110 case CLASSIC_BLUETOOTH: return android.bluetooth.BluetoothDevice.CREATOR; in getDeviceCreator()