OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextRestorePackage
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl
157
* alternate calls to {@link #
nextRestorePackage
} and {@link #nextRestoreData}
165
* {@link #
nextRestorePackage
}) or {@link BackupConstants#TRANSPORT_ERROR}
176
String
nextRestorePackage
();
179
* Get the data for the application returned by {@link #
nextRestorePackage
}.
181
* @return the same error codes as {@link #
nextRestorePackage
}.
LocalTransport.java
214
public String
nextRestorePackage
() {
219
if (DEBUG) Log.v(TAG, "
nextRestorePackage
() = " + name);
230
if (mRestorePackage < 0) throw new IllegalStateException("
nextRestorePackage
not called");
236
if (blobs == null) { //
nextRestorePackage
() ensures the dir exists, so this is an error
/frameworks/base/services/java/com/android/server/
BackupManagerService.java
[
all
...]
Completed in 341 milliseconds