OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syncAccount
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java
632
String
syncAccount
= null;
636
syncAccount
= eventCursor.getString(EVENT_INDEX_ACCOUNT_NAME);
650
if (Utils.isEmailableFrom(email,
syncAccount
)) {
679
String
syncAccount
= null;
[
all
...]
/packages/apps/Email/src/com/android/email/activity/setup/
AccountSecurity.java
228
security.
syncAccount
(account);
286
security.
syncAccount
(account);
/packages/apps/Email/src/com/android/email/
SecurityPolicy.java
558
syncAccount
(context, account);
567
private static void
syncAccount
(final Context context, final Account account) {
577
LogUtils.i(TAG, "requestSync SecurityPolicy
syncAccount
%s, %s", account.toString(),
581
public void
syncAccount
(final Account account) {
582
syncAccount
(mContext, account);
[
all
...]
Completed in 477 milliseconds