Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java166 private static final String EXTRA_RESPONDED_INLINE = "respondedInline"; field in ComposeActivity
877 mInnerSavedState.getBoolean(EXTRA_RESPONDED_INLINE); in finishSetup()
1098 state.putBoolean(EXTRA_RESPONDED_INLINE, mRespondedInline); in saveState()