Searched refs:BluetoothCache (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothMap.java | 339 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);
|
D | BluetoothSap.java | 336 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);
|
D | BluetoothDevice.java | 2029 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);
|
D | BluetoothAdapter.java | 1396 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);
|