Searched refs:KEY_CALLER_PID (Results 1 – 6 of 6) sorted by relevance
2874 loginOptions.putInt(AccountManager.KEY_CALLER_PID, Binder.getCallingPid()); in getAuthToken()3184 options.putInt(AccountManager.KEY_CALLER_PID, pid); in addAccount()3266 options.putInt(AccountManager.KEY_CALLER_PID, pid); in addAccountAsUser()3344 options.putInt(AccountManager.KEY_CALLER_PID, pid); in startAddAccountSession()3570 decryptedBundle.putInt(AccountManager.KEY_CALLER_PID, pid); in finishSessionAsUser()
248 public static final String KEY_CALLER_PID = "callerPid"; field in AccountManager
1080 assertTrue(sessionBundle.containsKey(AccountManager.KEY_CALLER_PID)); in testFinishSessionAsUserSuccess()1962 assertTrue(optionBundle.containsKey(AccountManager.KEY_CALLER_PID)); in testAddAccountAsUserSuccess()
2747 field public static final java.lang.String KEY_CALLER_PID = "callerPid";
3112 field public static final String KEY_CALLER_PID = "callerPid";