Home
last modified time | relevance | path

Searched refs:mIsFound (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/activity/
DMessagesAdapterTests.java75 assertTrue(result.mIsFound); in testLoad()
90 assertTrue(result.mIsFound); in testLoadEas()
105 assertTrue(result.mIsFound); in testLoadNotRefreshable()
118 assertFalse(result.mIsFound); in testMailboxNotFound()
132 assertFalse(result.mIsFound); in testAccountNotFound()
145 assertTrue(result.mIsFound); in testMagicMailbox()
/packages/apps/Email/src/com/android/email/activity/
DMessagesAdapter.java110 public final boolean mIsFound; field in MessagesAdapter.MessagesCursor
126 mIsFound = found; in MessagesCursor()
DMessageListFragment.java1312 if (!cursor.mIsFound) {