HomeSort by relevance Sort by last modified time
    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 641 bos.write(4, CdmaSmsCbProgramData.ALERT_OPTION_DEFAULT_ALERT);
661 assertEquals(CdmaSmsCbProgramData.ALERT_OPTION_DEFAULT_ALERT, programData.getAlertOption());
    [all...]

Completed in 409 milliseconds