OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setAccounts
(Results
1 - 8
of
8
) 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);
239
setAccounts
(ACCOUNT_1_A, ACCOUNT_1_B, ACCOUNT_2EX_A);
251
setAccounts
(ACCOUNT_1_A);
288
setAccounts
(ACCOUNT_1_A);
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AccountManagerTest.java
111
shadowOf(accountManager).
setAccounts
(origAccounts);
122
shadowOf(accountManager).
setAccounts
(origAccounts);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAccountManager.java
203
public void
setAccounts
(Account[] accounts) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java
227
mAdapter.
setAccounts
(data);
232
mAdapter.
setAccounts
(null);
559
public void
setAccounts
(AccountSet accounts) {
[
all
...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java
443
mActor.
setAccounts
(accounts);
457
mActor.
setAccounts
(accounts);
ContactsActor.java
710
public void
setAccounts
(Account[] accounts) {
ContactsProvider2Test.java
[
all
...]
Completed in 338 milliseconds