Searched defs:AccountTypeManager (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountTypeManager.java75 public abstract class AccountTypeManager { class
76 static final String TAG = "AccountTypeManager";
79 private static AccountTypeManager mAccountTypeManager;
81 public static final String BROADCAST_ACCOUNTS_CHANGED = AccountTypeManager.class.getName() +
106 * Requests the singleton instance of {@link AccountTypeManager} with data bound from
109 public static AccountTypeManager getInstance(Context context) {
129 * @param mockManager The mock AccountTypeManager.
131 public static void setInstanceForTest(AccountTypeManager mockManager) {
137 private static final AccountTypeManager EMPTY = new AccountTypeManager() {
[all...]
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DAccountTypeManager.java74 public abstract class AccountTypeManager { class
76 static final String TAG = "AccountTypeManager";
79 private static AccountTypeManager mAccountTypeManager;
82 * Requests the singleton instance of {@link AccountTypeManager} with data bound from the
85 public static AccountTypeManager getInstance(Context context) {
100 * @param mockManager The mock AccountTypeManager.
102 public static void setInstanceForTest(AccountTypeManager mockManager) {
174 class AccountTypeManagerImpl extends AccountTypeManager
402 Log.d(Constants.PERFORMANCE_TAG, "AccountTypeManager.loadAccountsInBackground start");
578 Log.d(Constants.PERFORMANCE_TAG, "AccountTypeManager
[all...]

Completed in 1393 milliseconds