Home
last modified time | relevance | path

Searched refs:onRestore (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/
DKeyValueBackupAgent.java48 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore() method in KeyValueBackupAgent
52 super.onRestore(data, appVersionCode, newState); in onRestore()
/cts/tests/app/src/android/app/backup/cts/
DBackupAgentTest.java43 public void onRestore(BackupDataInput data, int appVersionCode, in onRestore() method in BackupAgentTest.TestBackupAgent
/cts/tests/backup/app/src/android/backup/app/
DFullBackupBackupAgent.java48 public void onRestore(BackupDataInput data, int appVersionCode, in onRestore() method in FullBackupBackupAgent
DKeyValueBackupAgent.java62 public void onRestore(BackupDataInput data, int appVersionCode, in onRestore() method in KeyValueBackupAgent
/cts/hostsidetests/backup/FullBackupOnly/src/
DFullBackupOnlyBackupAgent.java65 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore() method in FullBackupOnlyBackupAgent