Searched refs:KEY_CALLER_UID (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java2201 loginOptions.putInt(AccountManager.KEY_CALLER_UID, callerUid);
2493 options.putInt(AccountManager.KEY_CALLER_UID, uid);
2577 options.putInt(AccountManager.KEY_CALLER_UID, uid);
2666 options.putInt(AccountManager.KEY_CALLER_UID, uid);
2899 decryptedBundle.putInt(AccountManager.KEY_CALLER_UID, callingUid);
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java224 public static final String KEY_CALLER_UID = "callerUid"; field in class:AccountManager

Completed in 116 milliseconds