Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2069 private static final String GET_BOND_STATE_API = "BluetoothDevice_getBondState"; field in BluetoothDevice
2073 sBluetoothBondCache = new BluetoothCache<>(GET_BOND_STATE_API, sBluetoothBondQuery);
2082 invalidateCache(GET_BOND_STATE_API); in invalidateBluetoothGetBondStateCache()