Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java95 private static final int REPLY_INTENT_REQUEST_CODE_OFFSET = 0; field in MessageNotificationState
340 return getBaseExtraRequestCode() + REPLY_INTENT_REQUEST_CODE_OFFSET; in getReplyIntentRequestCode()