Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/restore/
H A DActiveRestoreSessionTest.java248 IRestoreSession restoreSession = in testRestoreAll() local
282 IRestoreSession restoreSession = in testRestoreAll_whenSinglePackageSession() local
294 IRestoreSession restoreSession = in testRestoreAll_whenSessionEnded() local
308 IRestoreSession restoreSession = in testRestoreAll_whenTransportNotRegistered() local
321 IRestoreSession restoreSession = in testRestoreAll_whenRestoreInProgress_addsToPendingRestores() local
335 IRestoreSession restoreSession = in testRestorePackages_for2Packages() local
357 IRestoreSession restoreSession = in testRestorePackages_for2Packages_createsSystemRestoreTask() local
371 IRestoreSession restoreSession = in testRestorePackages_for1Package() local
387 IRestoreSession restoreSession = in testRestorePackages_for1Package_createsNonSystemRestoreTask() local
413 IRestoreSession restoreSession = in testRestorePackages_whenSinglePackageSession() local
[all …]
/aosp12/frameworks/base/core/java/android/view/autofill/
H A DIAutoFillManager.aidl47 void restoreSession(int sessionId, in IBinder activityToken, in IBinder appCallback, in restoreSession() method
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java573 boolean restoreSession(int sessionId, int uid, @NonNull IBinder activityToken, in restoreSession() method in AutofillManagerServiceImpl
H A DAutofillManagerService.java1592 public void restoreSession(int sessionId, @NonNull IBinder activityToken, in restoreSession() method in AutofillManagerService.AutoFillManagerServiceStub