Searched refs:withUri (Results 1 – 6 of 6) sorted by relevance
38 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()
61 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()
185 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()
68 public static ScheduledExportSettings withUri(@NonNull Uri uri) { in withUri() method in ScheduledExportSettings
105 val settings = ScheduledExportSettings.withUri(uri) in updateExportUri()
483 ScheduledExportSettings.withUri(Uri.parse(TEST_URI)), mUserHandle); in testConfigureScheduledExport_schedulesAnInternalTask()