HomeSort by relevance Sort by last modified time
    Searched refs:PROPERTY_CDMA_MSG_ID (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyProperties.java 154 static final String PROPERTY_CDMA_MSG_ID = "persist.radio.cdma.msgid";
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
SmsMessage.java 783 int msgId = SystemProperties.getInt(TelephonyProperties.PROPERTY_CDMA_MSG_ID, 1);
785 SystemProperties.set(TelephonyProperties.PROPERTY_CDMA_MSG_ID, nextMsgId);
787 Log.d(LOG_TAG, "next " + TelephonyProperties.PROPERTY_CDMA_MSG_ID + " = " + nextMsgId);
789 SystemProperties.get(TelephonyProperties.PROPERTY_CDMA_MSG_ID));
    [all...]

Completed in 33 milliseconds