OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currentaccount
(Results
1 - 6
of
6
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountsListAdapter.java
59
* @param
currentAccount
the Account currently selected by the user, which should come
63
AccountWithDataSet
currentAccount
) {
67
if (
currentAccount
!= null
69
&& !mAccounts.get(0).equals(
currentAccount
)
70
&& mAccounts.remove(
currentAccount
)) {
71
mAccounts.add(0,
currentAccount
);
/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java
148
ReplyFromAccount
currentAccount
= new ReplyFromAccount(mAccount, mAccount.uri,
150
activity.mFromSpinner.setCurrentAccount(
currentAccount
);
153
currentAccount
.account, EMPTY_ACCOUNT_LIST, null);
182
ReplyFromAccount
currentAccount
= new ReplyFromAccount(mAccount, mAccount.uri,
184
activity.mFromSpinner.setCurrentAccount(
currentAccount
);
187
currentAccount
.account, EMPTY_ACCOUNT_LIST, null);
221
ReplyFromAccount
currentAccount
= new ReplyFromAccount(mAccount, mAccount.uri,
223
activity.mFromSpinner.setCurrentAccount(
currentAccount
);
226
currentAccount
.account, EMPTY_ACCOUNT_LIST, null);
550
ReplyFromAccount
currentAccount
= new ReplyFromAccount(mAccount, mAccount.uri
[
all
...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
AutoLoginAccountDelegate.java
44
Account
currentAccount
= ChromeSigninController.get(mActivity).getSignedInUser();
45
if (mAccount == null || !mAccount.equals(
currentAccount
)) {
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
FromAddressSpinner.java
90
* @param
currentAccount
Account used to launch activity.
93
public void initialize(int action, Account
currentAccount
, Account[] syncingAccounts,
101
Account replyAccount =
currentAccount
;
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java
[
all
...]
Completed in 102 milliseconds