Home
last modified time | relevance | path

Searched refs:onRestoreFinished (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/
DBackupRestoreFileArchiver.kt78 fileStorage?.onRestoreFinished(file) in <lambda>()
85 override fun onRestoreFinished() { in <lambda>() method in com.android.settingslib.datastore.BackupRestoreFileArchiver
86 fileStorages.forEach { it.onRestoreFinished() } in <lambda>()
DBackupRestoreFileStorage.kt77 open fun onRestoreFinished(file: File) {} in onRestoreFinished() method in com.android.settingslib.datastore.BackupRestoreFileStorage
DBackupRestoreStorage.kt209 onRestoreFinished() in <lambda>()
213 open fun onRestoreFinished() {} in <lambda>() method in com.android.settingslib.datastore.BackupRestoreStorage
DBackupRestoreStorageManager.kt69 fun onRestoreFinished() { in onRestoreFinished() method
DSharedPreferencesStorage.kt117 override fun onRestoreFinished(file: File) { in onRestoreFinished() method
/frameworks/base/packages/SettingsLib/DataStore/tests/src/com/android/settingslib/datastore/
DBackupRestoreFileArchiverTest.kt167 fun onRestoreFinished() { in onRestoreFinished() method in com.android.settingslib.datastore.BackupRestoreFileArchiverTest
171 fileArchiver.onRestoreFinished() in onRestoreFinished()
173 verify(fileStorage).onRestoreFinished() in onRestoreFinished()
270 override fun onRestoreFinished(file: File) { in defaultCodec() method in com.android.settingslib.datastore.BackupRestoreFileArchiverTest
271 super.onRestoreFinished(file) in defaultCodec()
DBackupRestoreStorageTest.kt247 verify(storage).onRestoreFinished() in <lambda>()
256 verify(storage, never()).onRestoreFinished() in <lambda>()
292 verify(storage).onRestoreFinished() in <lambda>()
DBackupRestoreStorageManagerTest.kt158 manager.onRestoreFinished() in notifyRestoreFinished()
/frameworks/base/services/robotests/backup/src/android/app/backup/
DForwardingBackupAgent.java105 public void onRestoreFinished() { in onRestoreFinished() method in ForwardingBackupAgent
106 mBackupAgent.onRestoreFinished(); in onRestoreFinished()
/frameworks/base/packages/SystemUI/src/com/android/systemui/backup/
DBackupHelper.kt101 override fun onRestoreFinished() { in onRestoreFinished() method in com.android.systemui.backup.BackupHelper
102 super.onRestoreFinished() in onRestoreFinished()
/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/
DWallpaperBackupAgentTest.java625 mWallpaperBackupAgent.onRestoreFinished(); in testOnRestore_wallpaperImgSuccess_logsSuccess()
646 mWallpaperBackupAgent.onRestoreFinished(); in testOnRestore_lockWallpaperImgSuccess_logsSuccess()
661 mWallpaperBackupAgent.onRestoreFinished(); in testOnRestore_systemWallpaperImgMissingAndNoLive_logsFailure()
677 mWallpaperBackupAgent.onRestoreFinished(); in testOnRestore_wallpaperImgMissingAndNoLive_logsFailure()
694 mWallpaperBackupAgent.onRestoreFinished(); in testOnRestore_wallpaperInfoMissing_logsFailure()
709 mWallpaperBackupAgent.onRestoreFinished(); in testOnRestore_imgMissingButWallpaperInfoHasLive_doesNotLogImg()
733 mWallpaperBackupAgent.onRestoreFinished(); in testOnRestore_throwsException_logsErrors()
850 mWallpaperBackupAgent.onRestoreFinished(); in testParseCropHints()
/frameworks/base/packages/SettingsLib/DataStore/
DREADME.md163 // Handle restored data in onRestoreFinished() callback
167 override fun onRestoreFinished() {
254 override fun onRestoreFinished() {
255 BackupRestoreStorageManager.getInstance(this).onRestoreFinished()
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java1060 public void onRestoreFinished() { in onRestoreFinished() method in BackupAgent
1323 BackupAgent.this.onRestoreFinished(); in doRestoreFinished()
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
DWallpaperBackupAgent.java436 public void onRestoreFinished() { in onRestoreFinished() method in WallpaperBackupAgent
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5458 method public void onRestoreFinished();
/frameworks/base/core/api/
Dcurrent.txt8844 method public void onRestoreFinished();