HomeSort by relevance Sort by last modified time
    Searched refs:mAccountTypes (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
AccountFilterActivity.java 140 private final AccountTypeManager mAccountTypes;
149 mAccountTypes = AccountTypeManager.getInstance(context);
178 view.bindView(mAccountTypes);
CustomContactListFilterActivity.java 550 private AccountTypeManager mAccountTypes;
558 mAccountTypes = AccountTypeManager.getInstance(context);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 75 private AccountTypeManager mAccountTypes;
92 mAccountTypes = AccountTypeManager.getInstance(context);
254 AccountType accountType = mAccountTypes.getAccountType(info.accountType, info.dataSet);

Completed in 452 milliseconds