Searched refs:getMetadataForClientIdAndVersion (Results 1 – 2 of 2) sorted by relevance
29 import static android.healthconnect.cts.utils.DataFactory.getMetadataForClientIdAndVersion;133 getExerciseSessionWithRoute(getMetadataForClientIdAndVersion("client id", 5)); in insertRecords_withClientId_withHigherVersionId_routeGetsUpdated()137 getMetadataForClientIdAndVersion("client id", 6)); in insertRecords_withClientId_withHigherVersionId_routeGetsUpdated()150 getExerciseSessionWithRoute(getMetadataForClientIdAndVersion("client id", 5)); in insertRecords_withClientId_withSameVersionId_routeGetsUpdated()154 getMetadataForClientIdAndVersion("client id", 5)); in insertRecords_withClientId_withSameVersionId_routeGetsUpdated()168 getExerciseSessionWithRoute(getMetadataForClientIdAndVersion("client id", 5)); in insertRecords_withClientId_withLowerVersionId_routeDoesNotGetUpdated()172 getMetadataForClientIdAndVersion("client id", 4)); in insertRecords_withClientId_withLowerVersionId_routeDoesNotGetUpdated()
136 public static Metadata getMetadataForClientIdAndVersion(String clientId, long clientVersion) { in getMetadataForClientIdAndVersion() method in DataFactory