Searched refs:SAVED_PEEK_MODE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DTwoPaneController.java61 private static final String SAVED_PEEK_MODE = "saved-peeking"; field in class:TwoPaneController
239 mCurrentConversationJustPeeking = savedState.getBoolean(SAVED_PEEK_MODE,
258 outState.putBoolean(SAVED_PEEK_MODE, mCurrentConversationJustPeeking);

Completed in 66 milliseconds