Home | History | Annotate | Download | only in setup

Lines Matching refs:accountId

51      * @param accountId The account of interest
54 public static Intent actionUpdateSecurityIntent(Context context, long accountId) {
56 intent.putExtra(EXTRA_ACCOUNT_ID, accountId);
65 long accountId = i.getLongExtra(EXTRA_ACCOUNT_ID, -1);
67 security.clearNotification(accountId);
68 if (accountId != -1) {
70 Account account = Account.restoreAccountWithId(this, accountId);
112 final long accountId = getIntent().getLongExtra(EXTRA_ACCOUNT_ID, -1);
113 if (accountId != -1) {
118 .policiesRequired(accountId);