HomeSort by relevance Sort by last modified time
    Searched defs:AccountTypeManager (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ContactLoaderTest.java 32 import com.android.contacts.common.model.AccountTypeManager;
76 AccountTypeManager.setInstanceForTest(
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 76 public abstract class AccountTypeManager {
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.loadAccountsInBackground finish")
    [all...]

Completed in 342 milliseconds