OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALERT_OPTION_DEFAULT_ALERT
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramData.java
46
public static final int
ALERT_OPTION_DEFAULT_ALERT
= 1;
166
* Returns the service category alert option, e.g. {@link #
ALERT_OPTION_DEFAULT_ALERT
}.
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaSmsCbTest.java
639
bos.write(4, CdmaSmsCbProgramData.
ALERT_OPTION_DEFAULT_ALERT
);
659
assertEquals(CdmaSmsCbProgramData.
ALERT_OPTION_DEFAULT_ALERT
, programData.getAlertOption());
[
all
...]
Completed in 635 milliseconds