OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAccountTypeAndDataSet
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/model/
AccountTypeManagerTest.java
136
result.put(type.
getAccountTypeAndDataSet
(), type);
164
assertTrue("Result doesn't contain type=" + type.
getAccountTypeAndDataSet
(),
165
result.containsKey(type.
getAccountTypeAndDataSet
()));
/packages/apps/Contacts/src/com/android/contacts/model/
AccountType.java
166
public AccountTypeWithDataSet
getAccountTypeAndDataSet
() {
AccountTypeManager.java
507
accountTypesByTypeAndDataSet.put(accountType.
getAccountTypeAndDataSet
(), accountType);
[
all
...]
EntityModifier.java
686
+ accountType.
getAccountTypeAndDataSet
() + ". Ignoring: " + values);
[
all
...]
Completed in 184 milliseconds