Home | History | Annotate | Download | only in setup

Lines Matching refs:acct

582             android.accounts.Account acct = new android.accounts.Account(mAccount.mEmailAddress,
585 .getSyncAutomatically(acct, ContactsContract.AUTHORITY));
588 .getSyncAutomatically(acct, CalendarProviderStub.AUTHORITY));
591 .getSyncAutomatically(acct, EmailContent.AUTHORITY));
668 android.accounts.Account acct = new android.accounts.Account(mAccount.mEmailAddress,
670 ContentResolver.setSyncAutomatically(acct, ContactsContract.AUTHORITY,
672 ContentResolver.setSyncAutomatically(acct, CalendarProviderStub.AUTHORITY,
674 ContentResolver.setSyncAutomatically(acct, EmailContent.AUTHORITY,