Home
last modified time | relevance | path

Searched refs:KEY_CALLER_UID (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java3025 loginOptions.putInt(AccountManager.KEY_CALLER_UID, callerUid); in getAuthToken()
3419 options.putInt(AccountManager.KEY_CALLER_UID, uid); in addAccountAndLogMetrics()
3517 options.putInt(AccountManager.KEY_CALLER_UID, uid); in startAddAccountSession()
3743 decryptedBundle.putInt(AccountManager.KEY_CALLER_UID, callingUid); in finishSessionAsUser()
/aosp14/frameworks/base/core/java/android/accounts/
H A DAccountManager.java251 public static final String KEY_CALLER_UID = "callerUid"; field in AccountManager
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java1166 assertTrue(sessionBundle.containsKey(AccountManager.KEY_CALLER_UID)); in testFinishSessionAsUserSuccess()
2122 assertTrue(optionBundle.containsKey(AccountManager.KEY_CALLER_UID)); in testAddAccountAsUserSuccess()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt3761 field public static final String KEY_CALLER_UID = "callerUid";