Searched defs:expectActivityLaunch (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/core/java/android/accounts/ |
H A D | IAccountManager.aidl | 48 boolean expectActivityLaunch, int userId); in removeAccountAsUser() 61 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken() 64 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccount() 67 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccountAsUser() 70 String authTokenType, boolean expectActivityLaunch, in Bundle options); in updateCredentials() 72 boolean expectActivityLaunch); in editProperties() 74 in Bundle options, boolean expectActivityLaunch, int userId); in confirmCredentialsAsUser() 88 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in startAddAccountSession() 93 String authTokenType, boolean expectActivityLaunch, in Bundle options); in startUpdateCredentialsSession() 98 boolean expectActivityLaunch, in Bundle appInfo, int userId); in finishSessionAsUser()
|
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/ |
H A D | AccountManagerService.java | 2879 final boolean expectActivityLaunch, in getAuthToken() 3003 expectActivityLaunch, in getAuthToken() argument 3397 final boolean expectActivityLaunch, in startAddAccountSession() 3453 expectActivityLaunch, in startAddAccountSession() argument 3487 boolean expectActivityLaunch, in StartAccountSession() 3591 boolean expectActivityLaunch, in finishSessionAsUser() 3698 expectActivityLaunch, in finishSessionAsUser() argument 3758 final boolean expectActivityLaunch, in confirmCredentialsAsUser() 3845 final boolean expectActivityLaunch, in startUpdateCredentialsSession() 3877 expectActivityLaunch, in startUpdateCredentialsSession() argument [all …]
|