Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/
DMigrationEntityParcelTest.java59 List<MigrationEntity> migrationEntityList = new ArrayList<>(); in testMigrationEntityListParsing_usingParcel() local
80 List<MigrationEntity> migrationEntityList = new ArrayList<>(); in testMigrationEntityListParsing_usingSharedMemory() local
103 List<MigrationEntity> migrationEntityList = new ArrayList<>(); in testParcelType_usingSharedMemory() local
117 List<MigrationEntity> migrationEntityList = new ArrayList<>(); in testParcelType_usingParcel() local
175 List<MigrationEntity> migrationEntityList, in assertDeserializedHeightRecord()