Searched refs:getLongFromIntent (Results 1 – 1 of 1) sorted by relevance
91 return getLongFromIntent(intent, ACCOUNT_ID_PARAM); in getAccountIdFromIntent()98 return getLongFromIntent(intent, MAILBOX_ID_PARAM); in getMailboxIdFromIntent()105 return getLongFromIntent(intent, MESSAGE_ID_PARAM); in getMessageIdFromIntent()120 private static long getLongFromIntent(Intent intent, String paramName) { in getLongFromIntent() method in IntentUtilities