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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DAccountTypeManager.java77 public abstract class AccountTypeManager { class
78 static final String TAG = "AccountTypeManager";
81 private static AccountTypeManager mAccountTypeManager;
84 * Requests the singleton instance of {@link AccountTypeManager} with data bound from
87 public static AccountTypeManager getInstance(Context context) {
102 * @param mockManager The mock AccountTypeManager.
105 public static void setInstanceForTest(AccountTypeManager mockManager) {
181 class AccountTypeManagerImpl extends AccountTypeManager
371 Log.d(Constants.PERFORMANCE_TAG, "AccountTypeManager.loadAccountsInBackground start");
530 Log.d(Constants.PERFORMANCE_TAG, "AccountTypeManager
[all...]

Completed in 55 milliseconds