Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/restore/
H A DActiveRestoreSessionTest.java254 IRestoreSession restoreSession = in testRestoreAll() local
288 IRestoreSession restoreSession = in testRestoreAll_whenSinglePackageSession() local
300 IRestoreSession restoreSession = in testRestoreAll_whenSessionEnded() local
314 IRestoreSession restoreSession = in testRestoreAll_whenTransportNotRegistered() local
327 IRestoreSession restoreSession = in testRestoreAll_whenRestoreInProgress_addsToPendingRestores() local
341 IRestoreSession restoreSession = in testRestorePackages_for2Packages() local
363 IRestoreSession restoreSession = in testRestorePackages_for2Packages_createsSystemRestoreTask() local
377 IRestoreSession restoreSession = in testRestorePackages_for1Package() local
393 IRestoreSession restoreSession = in testRestorePackages_for1Package_createsNonSystemRestoreTask() local
419 IRestoreSession restoreSession = in testRestorePackages_whenSinglePackageSession() local
[all …]
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DIAutoFillManager.aidl47 void restoreSession(int sessionId, in IBinder activityToken, in IBinder appCallback, in restoreSession() method
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java591 boolean restoreSession(int sessionId, int uid, @NonNull IBinder activityToken, in restoreSession() method in AutofillManagerServiceImpl
H A DAutofillManagerService.java1887 public void restoreSession(int sessionId, @NonNull IBinder activityToken, in restoreSession() method in AutofillManagerService.AutoFillManagerServiceStub