Searched refs:PROPERTY_CDMA_MSG_ID (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DTelephonyProperties.java154 static final String PROPERTY_CDMA_MSG_ID = "persist.radio.cdma.msgid"; field in interface:TelephonyProperties
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java790 int msgId = SystemProperties.getInt(TelephonyProperties.PROPERTY_CDMA_MSG_ID, 1);
792 SystemProperties.set(TelephonyProperties.PROPERTY_CDMA_MSG_ID, nextMsgId);
794 Log.d(LOG_TAG, "next " + TelephonyProperties.PROPERTY_CDMA_MSG_ID + " = " + nextMsgId);
796 SystemProperties.get(TelephonyProperties.PROPERTY_CDMA_MSG_ID));

Completed in 96 milliseconds