Searched defs:syncAccount (Results 1 – 2 of 2) sorted by relevance
579 private static void syncAccount(final Context context, final Account account) { in syncAccount() method593 public void syncAccount(final Account account) { in syncAccount() method
632 String syncAccount = null; in createBroadcastMailIntent() local679 String syncAccount = null; in createEmailIntent() local744 private static void addIfEmailable(List<String> emailList, String email, String syncAccount) { in addIfEmailable()