Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DNotificationState.java67 public int mBaseRequestCode; field in NotificationState
112 return mBaseRequestCode + CONTENT_INTENT_REQUEST_CODE_OFFSET; in getContentIntentRequestCode()
116 return mBaseRequestCode + CLEAR_INTENT_REQUEST_CODE_OFFSET; in getClearIntentRequestCode()
DBugleNotifications.java433 state.mBaseRequestCode = state.mType; in processAndSend()
DMessageNotificationState.java336 return mBaseRequestCode + super.getNumRequestCodesNeeded(); in getBaseExtraRequestCode()