Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothMap.java339 private static class BluetoothCache<Q, R> extends IpcDataCache<Q, R> { class in BluetoothMap
340 BluetoothCache(String api, IpcDataCache.QueryHandler query) { in BluetoothCache() method in BluetoothMap.BluetoothCache
392 private static final BluetoothCache<
395 new BluetoothCache<>(GET_CONNECTION_STATE_API, sBluetoothConnectionQuery);
DBluetoothSap.java336 private static class BluetoothCache<Q, R> extends IpcDataCache<Q, R> { class in BluetoothSap
337 BluetoothCache(String api, IpcDataCache.QueryHandler query) { in BluetoothCache() method in BluetoothSap.BluetoothCache
389 private static final BluetoothCache<
392 new BluetoothCache<>(GET_CONNECTION_STATE_API, sBluetoothConnectionQuery);
DBluetoothDevice.java2029 private static class BluetoothCache<Q, R> extends IpcDataCache<Q, R> { class in BluetoothDevice
2030 BluetoothCache(String api, IpcDataCache.QueryHandler query) { in BluetoothCache() method in BluetoothDevice.BluetoothCache
2071 private static final BluetoothCache<
2073 sBluetoothBondCache = new BluetoothCache<>(GET_BOND_STATE_API, sBluetoothBondQuery);
DBluetoothAdapter.java1396 private static class BluetoothCache<Q, R> extends IpcDataCache<Q, R> { class in BluetoothAdapter
1397 BluetoothCache(String api, IpcDataCache.QueryHandler query) { in BluetoothCache() method in BluetoothAdapter.BluetoothCache
1428 new BluetoothCache<>(GET_STATE_API, sBluetoothGetStateQuery);
2339 new BluetoothCache<>(FILTERING_API, sBluetoothFilteringQuery);
2894 new BluetoothCache<>(
2962 new BluetoothCache<>(PROFILE_API, sBluetoothProfileQuery);