Searched refs:MAILBOX_ID_PARAM (Results 1 – 1 of 1) sorted by relevance
36 private static final String MAILBOX_ID_PARAM = "MAILBOX_ID"; field in IntentUtilities77 b.appendQueryParameter(MAILBOX_ID_PARAM, Long.toString(mailboxId)); in setMailboxId()118 return getLongFromIntent(intent, MAILBOX_ID_PARAM); in getMailboxIdFromIntent()