OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMailboxId
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Email/src/com/android/email/
MessageListContext.java
124
public long
getMailboxId
() {
/packages/apps/Email/src/com/android/email/activity/
MessageOrderManager.java
148
public long
getMailboxId
() {
AccountSelectorAdapter.java
612
public long
getMailboxId
() {
UIControllerOnePane.java
199
public long
getMailboxId
() {
200
return UIControllerOnePane.this.
getMailboxId
();
304
private long
getMailboxId
() {
306
return mListContext.
getMailboxId
();
345
openMailbox(mListContext.mAccountId, mListContext.
getMailboxId
());
552
? getMessageListFragment().
getMailboxId
()
613
mRefreshManager.refreshMessageList(getActualAccountId(),
getMailboxId
(), true);
625
return mRefreshManager.isMessageListRefreshing(
getMailboxId
());
ActionBarController.java
145
public long
getMailboxId
();
368
final long mailboxId = mCallback.
getMailboxId
();
UIControllerTwoPane.java
90
if (getMessageListMailboxId() != mListContext.
getMailboxId
()) {
313
getMailboxListFragment().setHighlightedMailbox(fragment.
getMailboxId
());
361
long mailboxId = mListContext.
getMailboxId
();
394
if (mListContext.
getMailboxId
() != getMessageListMailboxId()) {
640
public long
getMailboxId
() {
MessageListFragment.java
173
* {@link MessageListFragment#
getMailboxId
} if it's magic mailboxes.
272
public long
getMailboxId
() {
274
return mListContext.
getMailboxId
();
281
return
getMailboxId
() < 0;
318
return listContext.
getMailboxId
() == Mailbox.QUERY_ALL_INBOXES;
324
return listContext.
getMailboxId
() == inboxId;
736
final long mailboxId =
getMailboxId
();
778
* what is returned by {@link #
getMailboxId
()} for combined mailboxes.
779
* ({@link #
getMailboxId
()} may return special mailbox values such as
787
getMailboxId
(), callbackTypeForMailboxType(mMailbox.mType))
[
all
...]
Completed in 53 milliseconds