OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setAccounts
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/editor/
ContactEditorUtilsTest.java
77
private void
setAccounts
(AccountWithDataSet... accounts) {
185
setAccounts
(ACCOUNT_1_A);
196
setAccounts
(ACCOUNT_1_A, ACCOUNT_1_B);
212
setAccounts
(ACCOUNT_1_A, ACCOUNT_1_B, ACCOUNT_2_A, ACCOUNT_2EX_A);
225
setAccounts
(ACCOUNT_1_A, ACCOUNT_1_B, ACCOUNT_2_A);
232
setAccounts
(ACCOUNT_1_A, ACCOUNT_1_B);
244
setAccounts
(ACCOUNT_1_A);
281
setAccounts
(ACCOUNT_1_A);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AccountManagerTest.java
111
shadowOf(accountManager).
setAccounts
(origAccounts);
122
shadowOf(accountManager).
setAccounts
(origAccounts);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAccountManager.java
203
public void
setAccounts
(Account[] accounts) {
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java
425
mActor.
setAccounts
(accounts);
439
mActor.
setAccounts
(accounts);
ContactsActor.java
518
public void
setAccounts
(Account[] accounts) {
ContactsProvider2Test.java
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java
224
mAdapter.
setAccounts
(data);
229
mAdapter.
setAccounts
(null);
556
public void
setAccounts
(AccountSet accounts) {
[
all
...]
Completed in 1075 milliseconds