Home
last modified time | relevance | path

Searched refs:withUri (Results 1 – 6 of 6) sorted by relevance

/packages/modules/HealthFitness/tests/unittests/src/android/health/connect/exportimport/
DScheduledExportSettingsTest.java38 ScheduledExportSettings settings = ScheduledExportSettings.withUri(TEST_URI); in testWithUri()
96 ScheduledExportSettings settingsA = ScheduledExportSettings.withUri(TEST_URI); in testEquals_andHashCode_withUri()
97 ScheduledExportSettings settingsB = ScheduledExportSettings.withUri(TEST_URI); in testEquals_andHashCode_withUri()
105 ScheduledExportSettings settingsA = ScheduledExportSettings.withUri(TEST_URI); in testEquals_andHashCode_withDifferentUri()
106 ScheduledExportSettings settingsB = ScheduledExportSettings.withUri(Uri.EMPTY); in testEquals_andHashCode_withDifferentUri()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/
DExportImportSettingsStorageTest.java61 ExportImportSettingsStorage.configure(ScheduledExportSettings.withUri(Uri.parse(TEST_URI))); in testConfigure_uri()
71 ExportImportSettingsStorage.configure(ScheduledExportSettings.withUri(Uri.parse(TEST_URI))); in testConfigure_uri_keepsOtherSettings()
87 ExportImportSettingsStorage.configure(ScheduledExportSettings.withUri(Uri.parse(TEST_URI))); in testConfigure_periodInDays_keepsOtherSettings()
97 ExportImportSettingsStorage.configure(ScheduledExportSettings.withUri(Uri.parse(TEST_URI))); in testConfigure_clear()
115 ExportImportSettingsStorage.configure(ScheduledExportSettings.withUri(Uri.parse(TEST_URI))); in getUri_returnsUri()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/exportimport/
DExportManagerTest.java185 ScheduledExportSettings.withUri(Uri.fromFile(new File("inaccessible")))); in runExport_destinationUriDoesNotExist_exportFails()
209 ScheduledExportSettings.withUri(Uri.fromFile(new File("inaccessible")))); in runExport_updatesLastSuccessfulExport_onSuccessOnly()
218 ScheduledExportSettings.withUri( in configureExportUri()
/packages/modules/HealthFitness/framework/java/android/health/connect/exportimport/
DScheduledExportSettings.java68 public static ScheduledExportSettings withUri(@NonNull Uri uri) { in withUri() method in ScheduledExportSettings
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/exportimport/api/
DExportSettingsViewModel.kt105 val settings = ScheduledExportSettings.withUri(uri) in updateExportUri()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/
DHealthConnectServiceImplTest.java483 ScheduledExportSettings.withUri(Uri.parse(TEST_URI)), mUserHandle); in testConfigureScheduledExport_schedulesAnInternalTask()