Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/
DMailIntentService.java49 public static final String ACTION_RESEND_NOTIFICATIONS_WEAR = field in MailIntentService
94 } else if (ACTION_RESEND_NOTIFICATIONS_WEAR.equals(action)) { in onHandleIntent()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java616 actionIntent = new Intent(MailIntentService.ACTION_RESEND_NOTIFICATIONS_WEAR); in finishCreate()