OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MESSAGE_CODE_ETWS_EMERGENCY_USER_ALERT
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/android/telephony/
SmsCbConstants.java
101
public static final int
MESSAGE_CODE_ETWS_EMERGENCY_USER_ALERT
= 0x200;
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsCbHeader.java
203
return (messageCode &
MESSAGE_CODE_ETWS_EMERGENCY_USER_ALERT
) != 0;
Completed in 28 milliseconds