Home
last modified time | relevance | path

Searched refs:isBackupSupported (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DPermissionBackupCertificateCheckTest.kt63 private var isBackupSupported = false variable in android.security.cts.PermissionBackupCertificateCheckTest
70 isBackupSupported = in setUp()
73 if (isBackupSupported) { in setUp()
95 if (!isBackupSupported) { in testRestore_sameCert_restoresRuntimePermissions()
119 if (!isBackupSupported) { in testRestore_diffCert_doesNotGrantRuntimePermissions()
143 if (!isBackupSupported) { in testRestore_midHistoryToRotated_restoresRuntimePermissions()
167 if (!isBackupSupported) { in testRestore_origToRotated_restoresRuntimePermissions()
191 if (!isBackupSupported) { in testRestore_rotatedToMidHistory_restoresRuntimePermissions()
215 if (!isBackupSupported) { in testRestore_rotatedToOrig_restoresRuntimePermissions()
240 if (!isBackupSupported) { in testRestore_sameWithHistory_restoresRuntimePermissions()
[all …]
/cts/tests/backup/src/android/backup/cts/
DPermissionTest.java98 if (!isBackupSupported()) { in testGrantDeniedRuntimePermission()
117 if (!isBackupSupported()) { in testGrantDeniedRuntimePermission22()
136 if (!isBackupSupported()) { in testNoTriStateRuntimePermission()
165 if (!isBackupSupported()) { in testNoTriStateRuntimePermission22()
181 if (!isBackupSupported()) { in testGrantForegroundRuntimePermission()
224 if (!isBackupSupported()) { in testGrantForegroundAndBackgroundRuntimePermission()
245 if (!isBackupSupported()) { in testGrantForegroundAndBackgroundRuntimePermission22()
267 if (!isBackupSupported()) { in testRestorePermReviewed()
284 if (!isBackupSupported()) { in testRestoreUserSet()
300 if (!isBackupSupported()) { in testRestoreUserFixed()
[all …]
DKeyValueQuotaTest.java39 if (!isBackupSupported()) { in testQuotaExceeded()
53 if (!isBackupSupported()) { in testQuotaReported()
DFullBackupQuotaTest.java39 if (!isBackupSupported()) { in testQuotaExceeded()
53 if (!isBackupSupported()) { in testQuotaReported()
DAgentBindingTest.java73 if (!isBackupSupported()) { in testUnbindBackupAgent_isNotCallableFromCts()
80 if (!isBackupSupported()) { in testBindBackupAgent_isNotCallableFromCts()
87 if (!isBackupSupported()) { in testFullBackupAgentComponentDisabled()
98 if (!isBackupSupported()) { in testKeyValueBackupAgentComponentDisabled()
DAppLocalesBackupTest.java123 if (!isBackupSupported()) { in testBackupRestore_allAppsInstalledNoAppLocalesSet_restoresImmediately()
142 if (!isBackupSupported()) { in testBackupRestore_localeAlreadySet_doesNotRestore()
166 if (!isBackupSupported()) { in testBackupRestore_appInstalledAfterRestore_doesLazyRestore()
218 if (!isBackupSupported()) { in testBackupRestore_uninstallApp_deletesDataFromBackup()
248 if (!isBackupSupported()) { in testRetentionPeriod_backupPassAfterRetentionPeriod_removesStagedData()
345 if (!isBackupSupported()) { in testRetentionPeriod_lazyRestoreAfterRetentionPeriod_removesStagedData()
DKeyValueLifecycleTest.java36 if (!isBackupSupported()) { in testExpectedMethodsCalledInOrder()
DFullBackupLifecycleTest.java36 if (!isBackupSupported()) { in testExpectedMethodsCalledInOrder()
DAppGrammaticalGenderBackupTest.java58 if (!isBackupSupported()) { in testBackupRestore_setGenderBeforeRestoring_doesNotRestore()
DBaseBackupCtsTest.java75 protected boolean isBackupSupported() { in isBackupSupported() method in BaseBackupCtsTest
DBackupRestoreEventLoggerTest.java88 if (!isBackupSupported()) { in testBackupRestoreRoundTrip_logsSentToMonitor()