Home
last modified time | relevance | path

Searched defs:insertRecords (Results 1 – 25 of 132) sorted by relevance

123456

/aosp_15_r20/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/
DHealthConnectManagerTest.java205 List<Record> insertRecords = in testRandomIdWithInsert() local
224 List<Record> insertRecords = TestUtils.insertRecords(getTestRecords()); in testUpdateRecords_validInput_dataBaseUpdatedSuccessfully() local
285 List<Record> insertRecords = TestUtils.insertRecords(getTestRecords()); in testUpdateRecords_invalidInputRecords_noChangeInDataBase() local
352 List<Record> insertRecords = TestUtils.insertRecords(getTestRecords()); in testUpdateRecords_recordWithInvalidPackageName_noChangeInDataBase() local
/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/datatypehelpers/
DTransactionTestUtils.java98 public List<String> insertRecords(String packageName, RecordInternal<?>... records) { in insertRecords() method in TransactionTestUtils
103 public List<String> insertRecords(String packageName, List<RecordInternal<?>> records) { in insertRecords() method in TransactionTestUtils
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/libs/HealthConnectTestLib/src/android/healthconnect/cts/lib/
DTestAppProxy.java106 public List<String> insertRecords(Record... records) throws Exception { in insertRecords() method in TestAppProxy
111 public List<String> insertRecords(List<? extends Record> records) throws Exception { in insertRecords() method in TestAppProxy
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/
DTestUtils.java226 public static List<Record> insertRecords(List<? extends Record> records) in insertRecords() method in TestUtils
237 public static List<Record> insertRecords(Record... records) throws InterruptedException { in insertRecords() method in TestUtils
248 public static List<Record> insertRecords(List<? extends Record> records, Context context) in insertRecords() method in TestUtils
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/it/java/software/amazon/awssdk/enhanced/dynamodb/
H A DScanQueryIntegrationTest.java73 private void insertRecords() { in insertRecords() method in ScanQueryIntegrationTest
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/
H A DAsyncTransactGetItemsTest.java147 private void insertRecords() { in insertRecords() method in AsyncTransactGetItemsTest
H A DTransactGetItemsTest.java143 private void insertRecords() { in insertRecords() method in TransactGetItemsTest
H A DIndexScanTest.java177 private void insertRecords() { in insertRecords() method in IndexScanTest
H A DIndexQueryTest.java179 private void insertRecords() { in insertRecords() method in IndexQueryTest
H A DAsyncIndexScanTest.java176 private void insertRecords() { in insertRecords() method in AsyncIndexScanTest
H A DAsyncIndexQueryTest.java177 private void insertRecords() { in insertRecords() method in AsyncIndexQueryTest
H A DAsyncBasicScanTest.java112 private void insertRecords() { in insertRecords() method in AsyncBasicScanTest
H A DBatchGetItemTest.java177 private void insertRecords() { in insertRecords() method in BatchGetItemTest
H A DAsyncBasicQueryTest.java128 private void insertRecords() { in insertRecords() method in AsyncBasicQueryTest
H A DAsyncBatchGetItemTest.java182 private void insertRecords() { in insertRecords() method in AsyncBatchGetItemTest
H A DBasicQueryTest.java155 private void insertRecords() { in insertRecords() method in BasicQueryTest
H A DBasicScanTest.java137 private void insertRecords() { in insertRecords() method in BasicScanTest
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/HealthConnectTestHelper/src/android/healthconnect/cts/testhelper/
DTestHelperUtils.java116 public static List<Record> insertRecords( in insertRecords() method in TestHelperUtils
DHealthConnectServiceLogsTests.java323 List<Record> insertRecords = in testHealthConnectUpdateRecordsError() local
/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/utils/
DGeneralUtils.kt62 suspend fun <T : Record> insertRecords( in <lambda>() method
/aosp_15_r20/packages/modules/HealthFitness/framework/java/android/health/connect/aidl/
DIHealthConnectService.aidl93 void insertRecords( in insertRecords() method
/aosp_15_r20/packages/modules/HealthFitness/framework/java/android/health/connect/
DHealthConnectManager.java538 public void insertRecords( in insertRecords() method in HealthConnectManager
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/
DHealthConnectServiceImpl.java482 public void insertRecords( in insertRecords() method in HealthConnectServiceImpl
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/framework/framework-healthfitness.impl/android_common/turbine/
Dframework-healthfitness.jarandroid/health/connect/AggregateRecordsGroupedByDurationResponse.class <Unknown> package android.health.connect public ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/framework/framework-healthfitness.impl/android_common_apex34/turbine/
Dframework-healthfitness.jarandroid/health/connect/AggregateRecordsGroupedByDurationResponse.class <Unknown> package android.health.connect public ...

123456