OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentAccount
(Results
1 - 3
of
3
) sorted by null
/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/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
...]
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java
[
all
...]
Completed in 65 milliseconds