OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAccountTypes
(Results
1 - 4
of
4
) sorted by null
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockAccountTypeManager.java
70
public List<AccountType>
getAccountTypes
(boolean writableOnly) {
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java
243
for (AccountType type : mAccountTypes.
getAccountTypes
(true)) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java
162
public abstract List<AccountType>
getAccountTypes
(boolean contactWritableOnly);
744
public List<AccountType>
getAccountTypes
(boolean contactWritableOnly) {
[
all
...]
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java
165
protected AccountTypeManager
getAccountTypes
(AccountType... types) {
518
final AccountTypeManager accountTypes =
getAccountTypes
(accountType);
547
final AccountTypeManager accountTypes =
getAccountTypes
(accountType);
581
final AccountTypeManager accountTypes =
getAccountTypes
(accountType);
653
final AccountTypeManager accountTypes =
getAccountTypes
(accountType);
[
all
...]
Completed in 200 milliseconds