Home
last modified time | relevance | path

Searched defs:uuidList (Results 1 – 7 of 7) sorted by relevance

/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/
DTransactionManagerTest.java236 List<UUID> uuidList = mTransactionTestUtils.getAllDeletedUuids(); in deleteAll_byId_generateChangeLogs() local
258 List<UUID> uuidList = mTransactionTestUtils.getAllDeletedUuids(); in deleteAll_byTimeFilter_generateChangeLogs() local
281 List<UUID> uuidList = mTransactionTestUtils.getAllDeletedUuids(); in deleteAll_bulkDeleteByTimeFilter_generateChangeLogs() local
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/datatypehelpers/
DChangeLogsHelperTest.java46 List<UUID> uuidList = in changeLogs_getUpsertTableRequests_listLessThanDefaultPageSize() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java399 List<ParcelUuid> uuidList; in removeUuidFromMetadata() local
425 List<ParcelUuid> uuidList; in addUuidToMetadata() local
991 List<ParcelUuid> uuidList = Arrays.asList(Utils.byteArrayToUuid(gtbs_cccd)); in restoreCccValuesForStoredDevices() local
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DChangeLogsHelper.java162 List<UUID> uuidList = StorageUtils.getCursorUUIDList(cursor, UUIDS_COLUMN_NAME); in addChangeLogs() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlProfile.java922 List<ParcelUuid> uuidList; in setNotificationSubscription() local
DMediaControlGattService.java884 List<ParcelUuid> uuidList = mMcpService.getNotificationSubscriptions(mCcid, device); in restoreCccValuesForStoredDevices() local
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/utils/
DStorageUtils.java518 List<UUID> uuidList = new ArrayList<>(); in bytesToUuids() local