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

  /packages/apps/Contacts/tests/src/com/android/contacts/model/
ContactLoaderTest.java 31 import com.android.contacts.common.model.AccountTypeManager;
66 AccountTypeManager.setInstanceForTest(
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 78 public abstract class AccountTypeManager {
79 static final String TAG = "AccountTypeManager";
82 private static AccountTypeManager mAccountTypeManager;
85 * Requests the singleton instance of {@link AccountTypeManager} with data bound from
88 public static AccountTypeManager getInstance(Context context) {
103 * @param mockManager The mock AccountTypeManager.
106 public static void setInstanceForTest(AccountTypeManager mockManager) {
179 class AccountTypeManagerImpl extends AccountTypeManager
377 Log.d(Constants.PERFORMANCE_TAG, "AccountTypeManager.loadAccountsInBackground start");
543 Log.d(Constants.PERFORMANCE_TAG, "AccountTypeManager.loadAccountsInBackground finish")
    [all...]

Completed in 59 milliseconds