Searched refs:PROPERTY_CDMA_MSG_ID (Results 1 – 2 of 2) sorted by relevance
154 static final String PROPERTY_CDMA_MSG_ID = "persist.radio.cdma.msgid"; field
795 int msgId = SystemProperties.getInt(TelephonyProperties.PROPERTY_CDMA_MSG_ID, 1); in getNextMessageId()798 SystemProperties.set(TelephonyProperties.PROPERTY_CDMA_MSG_ID, nextMsgId); in getNextMessageId()800 … Rlog.d(LOG_TAG, "next " + TelephonyProperties.PROPERTY_CDMA_MSG_ID + " = " + nextMsgId); in getNextMessageId()802 SystemProperties.get(TelephonyProperties.PROPERTY_CDMA_MSG_ID)); in getNextMessageId()