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.java167 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets_withoutPermission() local
178 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets_forNullObserver() local
189 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets_whenTransportNotRegistered() local
202 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets() local
221 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets_forEmptyRestoreSets() local
236 IRestoreSession restoreSession = createActiveRestoreSession(PACKAGE_1, mTransport); in testGetAvailableRestoreSets_forNullRestoreSets() local
255 IRestoreSession restoreSession = in testRestoreAll() local
278 IRestoreSession restoreSession = createActiveRestoreSession(null, mTransport); in testRestoreAll_whenNoRestoreSets() local
289 IRestoreSession restoreSession = in testRestoreAll_whenSinglePackageSession() local
301 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.java727 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