Searched refs:KEY_CALLER_PID (Results 1 – 5 of 5) sorted by relevance
2847 loginOptions.putInt(AccountManager.KEY_CALLER_PID, Binder.getCallingPid()); in getAuthToken()3157 options.putInt(AccountManager.KEY_CALLER_PID, pid); in addAccount()3239 options.putInt(AccountManager.KEY_CALLER_PID, pid); in addAccountAsUser()3317 options.putInt(AccountManager.KEY_CALLER_PID, pid); in startAddAccountSession()3543 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";
3110 field public static final String KEY_CALLER_PID = "callerPid";