Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java1588 private final PropertyInvalidatedCache<BluetoothDevice, Integer> mBluetoothBondCache = field in BluetoothDevice
1604 mBluetoothBondCache.disableLocal(); in disableBluetoothGetBondStateCache()
1632 return mBluetoothBondCache.query(this); in getBondState()