OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AccountTypeManager
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/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
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) {
178
class AccountTypeManagerImpl extends
AccountTypeManager
376
Log.d(Constants.PERFORMANCE_TAG, "
AccountTypeManager
.loadAccountsInBackground start");
533
Log.d(Constants.PERFORMANCE_TAG, "
AccountTypeManager
.loadAccountsInBackground finish")
[
all
...]
Completed in 338 milliseconds