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.java161 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets_withoutPermission() local
172 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets_forNullObserver() local
183 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets_whenTransportNotRegistered() local
196 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets() local
214 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets_forEmptyRestoreSets() local
229 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets_forNullRestoreSets() local
248 IRestoreSession restoreSession = in testRestoreAll() local
271 IRestoreSession restoreSession = createActiveRestoreSession(null, mTransport); in testRestoreAll_whenNoRestoreSets() local
282 IRestoreSession restoreSession = in testRestoreAll_whenSinglePackageSession() local
294 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.java573 boolean restoreSession(int sessionId, int uid, @NonNull IBinder activityToken, in restoreSession() method in AutofillManagerServiceImpl
DAutofillManagerService.java1592 public void restoreSession(int sessionId, @NonNull IBinder activityToken, in restoreSession() method in AutofillManagerService.AutoFillManagerServiceStub