/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/ |
D | BackupRestoreFileArchiver.kt | 78 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>()
|
D | BackupRestoreFileStorage.kt | 77 open fun onRestoreFinished(file: File) {} in onRestoreFinished() method in com.android.settingslib.datastore.BackupRestoreFileStorage
|
D | BackupRestoreStorage.kt | 209 onRestoreFinished() in <lambda>() 213 open fun onRestoreFinished() {} in <lambda>() method in com.android.settingslib.datastore.BackupRestoreStorage
|
D | BackupRestoreStorageManager.kt | 69 fun onRestoreFinished() { in onRestoreFinished() method
|
D | SharedPreferencesStorage.kt | 117 override fun onRestoreFinished(file: File) { in onRestoreFinished() method
|
/frameworks/base/packages/SettingsLib/DataStore/tests/src/com/android/settingslib/datastore/ |
D | BackupRestoreFileArchiverTest.kt | 167 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()
|
D | BackupRestoreStorageTest.kt | 247 verify(storage).onRestoreFinished() in <lambda>() 256 verify(storage, never()).onRestoreFinished() in <lambda>() 292 verify(storage).onRestoreFinished() in <lambda>()
|
D | BackupRestoreStorageManagerTest.kt | 158 manager.onRestoreFinished() in notifyRestoreFinished()
|
/frameworks/base/services/robotests/backup/src/android/app/backup/ |
D | ForwardingBackupAgent.java | 105 public void onRestoreFinished() { in onRestoreFinished() method in ForwardingBackupAgent 106 mBackupAgent.onRestoreFinished(); in onRestoreFinished()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/backup/ |
D | BackupHelper.kt | 101 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/ |
D | WallpaperBackupAgentTest.java | 625 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/ |
D | README.md | 163 // 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/ |
D | BackupAgent.java | 1060 public void onRestoreFinished() { in onRestoreFinished() method in BackupAgent 1323 BackupAgent.this.onRestoreFinished(); in doRestoreFinished()
|
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/ |
D | WallpaperBackupAgent.java | 436 public void onRestoreFinished() { in onRestoreFinished() method in WallpaperBackupAgent
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 5458 method public void onRestoreFinished();
|
/frameworks/base/core/api/ |
D | current.txt | 8844 method public void onRestoreFinished();
|