Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java152 static final String ACTION_LAUNCH_COMPOSE = field in ComposeActivity
420 final Intent intent = new Intent(ACTION_LAUNCH_COMPOSE); in createActionIntent()
469 Intent intent = new Intent(ACTION_LAUNCH_COMPOSE); in launch()