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
810 int msgId = SystemProperties.getInt(TelephonyProperties.PROPERTY_CDMA_MSG_ID, 1); in getNextMessageId()813 SystemProperties.set(TelephonyProperties.PROPERTY_CDMA_MSG_ID, nextMsgId); in getNextMessageId()815 … Rlog.d(LOG_TAG, "next " + TelephonyProperties.PROPERTY_CDMA_MSG_ID + " = " + nextMsgId); in getNextMessageId()817 SystemProperties.get(TelephonyProperties.PROPERTY_CDMA_MSG_ID)); in getNextMessageId()