Searched defs:storages (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanClient.java39 List<List<ResultStorageDescriptor>> storages; field in class:ScanClient
69 List<ScanFilter> filters, List<List<ResultStorageDescriptor>> storages) {
70 this(appIf, isServer, new UUID[0], settings, filters, null, storages);
75 List<List<ResultStorageDescriptor>> storages) {
76 this(appIf, isServer, new UUID[0], settings, filters, workSource, storages);
81 List<List<ResultStorageDescriptor>> storages) {
88 this.storages = storages;
68 ScanClient(int appIf, boolean isServer, ScanSettings settings, List<ScanFilter> filters, List<List<ResultStorageDescriptor>> storages) argument
73 ScanClient(int appIf, boolean isServer, ScanSettings settings, List<ScanFilter> filters, WorkSource workSource, List<List<ResultStorageDescriptor>> storages) argument
79 ScanClient(int appIf, boolean isServer, UUID[] uuids, ScanSettings settings, List<ScanFilter> filters, WorkSource workSource, List<List<ResultStorageDescriptor>> storages) argument
H A DGattService.java358 List<ScanFilter> filters, WorkSource workSource, List storages,
362 service.startScan(appIf, isServer, settings, filters, workSource, storages,
1296 List<List<ResultStorageDescriptor>> storages, String callingPackage) {
1309 storages);
357 startScan(int appIf, boolean isServer, ScanSettings settings, List<ScanFilter> filters, WorkSource workSource, List storages, String callingPackage) argument
1294 startScan(int appIf, boolean isServer, ScanSettings settings, List<ScanFilter> filters, WorkSource workSource, List<List<ResultStorageDescriptor>> storages, String callingPackage) argument

Completed in 42 milliseconds