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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DAccountTypeManager.java76 public abstract class AccountTypeManager { class
77 static final String TAG = "AccountTypeManager";
80 private static AccountTypeManager mAccountTypeManager;
83 * Requests the singleton instance of {@link AccountTypeManager} with data bound from
86 public static AccountTypeManager getInstance(Context context) {
101 * @param mockManager The mock AccountTypeManager.
104 public static void setInstanceForTest(AccountTypeManager mockManager) {
177 class AccountTypeManagerImpl extends AccountTypeManager
375 Log.d(Constants.PERFORMANCE_TAG, "AccountTypeManager.loadAccountsInBackground start");
531 Log.d(Constants.PERFORMANCE_TAG, "AccountTypeManager
[all...]

Completed in 61 milliseconds