Searched defs:isPagingDisabled (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationPagerAdapter.java145 public boolean isPagingDisabled(Cursor cursor) { method in class:ConversationPagerAdapter
172 if (isPagingDisabled(cursor)) {
218 if (isPagingDisabled(cursor)) {
382 if (isPagingDisabled(cursor)) {
394 // cursor is guaranteed to be non-null because isPagingDisabled() above checks for null

Completed in 33 milliseconds