Searched defs:collectionUri (Results 1 – 6 of 6) sorted by relevance
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/federatedcompute/ |
D | OdpExampleStoreService.java | 98 String populationName, String taskId, String collectionUri) { in getTaskIdentifier() 102 private static boolean isCollectionUriPresent(String collectionUri) { in isCollectionUriPresent() 118 String collectionUri = params.getString(ClientConstants.EXTRA_COLLECTION_URI); in startQuery() local
|
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/examplestore/ |
D | ExampleConsumptionRecorder.java | 58 String taskId, byte[] criteria, @Nullable String collectionUri) { in SingleQueryRecorder() 101 String taskId, byte[] criteria, String collectionUri) { in createRecorderForTracking()
|
/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/ |
D | LegacyProviderMigrationTest.java | 466 private void doLegacy(Uri collectionUri, ContentValues values) throws Exception { in doLegacy() 508 private void assertOrientationColumn(Uri collectionUri, ContentValues originalValues, in assertOrientationColumn() 515 private void assertColumnsHaveExpectedValues(Uri collectionUri, ContentValues values, in assertColumnsHaveExpectedValues() 529 try (Cursor cursor = pollForCursor(modern, collectionUri, extras)) { in assertColumnsHaveExpectedValues() argument 552 private static Cursor pollForCursor(ContentProviderClient modern, Uri collectionUri, in pollForCursor()
|
/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/common/ |
D | ExampleConsumption.java | 64 @Nullable String collectionUri) { in ExampleConsumption() 169 String collectionUri = (flg & 0x10) == 0 ? null : in.readString(); in ExampleConsumption() local
|
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/examplestore/ |
D | ExampleConsumptionRecorderTest.java | 64 String collectionUri = "collection"; in testIncrementWithCollectionUri() local
|
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/training/ |
D | FederatedComputeWorkerTest.java | 1119 String collectionUri = params.getString(ClientConstants.EXTRA_COLLECTION_URI); in startQuery() local
|