OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInboxId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/tests/src/com/android/email/activity/
UIControllerTwoPaneRefreshTaskTest.java
113
task.
mInboxId
= MAILBOX_ID + 1;
118
task.
mInboxId
= MAILBOX_ID;
123
task.
mInboxId
= MAILBOX_ID + 1;
/packages/apps/Email/src/com/android/email/activity/
UIControllerTwoPane.java
544
long
mInboxId
;
568
mInboxId
= Account.getInboxId(mContext, mAccountId);
591
mRefreshManager.refreshMessageList(mAccountId,
mInboxId
, true);
618
if (
mInboxId
== mMailboxId) {
621
if (mRefreshManager.isMessageListRefreshing(
mInboxId
)) {
624
final long nextRefreshTime = mRefreshManager.getLastMessageListRefreshTime(
mInboxId
)
Completed in 4955 milliseconds