OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUsableInvitableAccountTypes
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
MockAccountTypeManager.java
65
public Map<AccountTypeWithDataSet, AccountType>
getUsableInvitableAccountTypes
() {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java
147
public abstract Map<AccountTypeWithDataSet, AccountType>
getUsableInvitableAccountTypes
();
639
* list. See {@link #
getUsableInvitableAccountTypes
()}.
647
public Map<AccountTypeWithDataSet, AccountType>
getUsableInvitableAccountTypes
() {
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java
472
AccountTypeManager.getInstance(getContext()).
getUsableInvitableAccountTypes
();
[
all
...]
Completed in 247 milliseconds