Home
last modified time | relevance | path

Searched defs:storages (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanClient.java39 public List<List<ResultStorageDescriptor>> storages; field in ScanClient
66 List<List<ResultStorageDescriptor>> storages) { in ScanClient()
H A DGattService.java591 List storages, AttributionSource attributionSource) { in startScan()
2325 List<List<ResultStorageDescriptor>> storages, AttributionSource attributionSource) { in startScan()
/aosp12/frameworks/base/services/incremental/
H A DIncrementalService.h348 StorageMap storages; member
H A DIncrementalService.cpp1018 const auto storages = std::move(ifs.storages); in deleteStorageLocked() local