Searched defs:Account (Results 1 – 6 of 6) sorted by relevance
28 public class Account implements Parcelable { class46 public Account(String name, String type) { in Account() method in Account57 public Account(Parcel in) { in Account() method in Account
218 protected abstract void deleteRowsForRemovedAccounts(Map<Account, Boolean> accounts, in deleteRowsForRemovedAccounts()
685 protected void deleteRowsForRemovedAccounts(Map<Account, Boolean> accounts, String table) { in deleteRowsForRemovedAccounts()
114 Account enumConstant
560 protected void deleteRowsForRemovedAccounts(Map<Account, Boolean> accounts, String table in deleteRowsForRemovedAccounts()
226 public static final class Account implements BaseColumns, AccountColumns { class in Im227 private Account() {} in Account() method in Im.Account