OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
758
int msgId = SystemProperties.getInt(TelephonyProperties.
PROPERTY_CDMA_MSG_ID
, 1);
760
SystemProperties.set(TelephonyProperties.
PROPERTY_CDMA_MSG_ID
, nextMsgId);
762
Log.d(LOG_TAG, "next " + TelephonyProperties.
PROPERTY_CDMA_MSG_ID
+ " = " + nextMsgId);
764
SystemProperties.get(TelephonyProperties.
PROPERTY_CDMA_MSG_ID
));
[
all
...]
Completed in 3290 milliseconds