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

Completed in 62 milliseconds