Home | History | Annotate | Download | only in exchange

Lines Matching refs:account

19 import android.accounts.Account;
66 public void onPerformSync(Account account, Bundle extras,
69 CalendarSyncAdapterService.performSync(mContext, account, extras,
97 private static void performSync(Context context, Account account, Bundle extras,
104 new String[] {Events._ID}, DIRTY_IN_ACCOUNT, new String[] {account.name}, null);
108 Log.d(TAG, "No changes for " + account.name);
117 // Find the (EmailProvider) account associated with this email address
119 cr.query(com.android.emailcommon.provider.Account.CONTENT_URI,
121 new String[] {account.name}, null);
125 // Now, find the calendar mailbox associated with the account
131 Log.d(TAG, "Upload sync requested for " + account.name);