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