Home
last modified time | relevance | path

Searched defs:restoreSession (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/robotests/backup/src/com/android/server/backup/restore/
DActiveRestoreSessionTest.java166 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets_withoutPermission() local
177 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets_forNullObserver() local
188 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets_whenTransportNotRegistered() local
201 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets() local
220 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets_forEmptyRestoreSets() local
235 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets_forNullRestoreSets() local
254 IRestoreSession restoreSession = in testRestoreAll() local
277 IRestoreSession restoreSession = createActiveRestoreSession(null, mTransport); in testRestoreAll_whenNoRestoreSets() local
288 IRestoreSession restoreSession = in testRestoreAll_whenSinglePackageSession() local
300 IRestoreSession restoreSession = in testRestoreAll_whenSessionEnded() local
[all …]
/frameworks/base/core/java/android/view/autofill/
DIAutoFillManager.aidl47 void restoreSession(int sessionId, in IBinder activityToken, in IBinder appCallback, in restoreSession() method
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java652 boolean restoreSession(int sessionId, int uid, @NonNull IBinder activityToken, in restoreSession() method in AutofillManagerServiceImpl
DAutofillManagerService.java1944 public void restoreSession(int sessionId, @NonNull IBinder activityToken, in restoreSession() method in AutofillManagerService.AutoFillManagerServiceStub