Searched defs:urgency (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbCmasInfo.java148 // CMAS urgency (in GSM/UMTS message identifier or CDMA type 1 elements record).
150 /** CMAS urgency type: Responsive action should be taken immediately. */
153 /** CMAS urgency type: Responsive action should be taken within the next hour. */
157 * CMAS alert urgency is unknown. The urgency is available for CDMA warning alerts
190 /** CMAS urgency. */
198 int urgency, int certainty) {
203 mUrgency = urgency;
266 * Returns the CMAS urgency, e.g. {@link #CMAS_URGENCY_IMMEDIATE}.
285 + ", urgency
197 SmsCbCmasInfo(int messageClass, int category, int responseType, int severity, int urgency, int certainty) argument
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
H A DCdmaSmsCbTest.java138 * @param urgency CMAS urgency
144 int severity, int urgency, int certainty) throws Exception {
159 cmasBos.write(4, (urgency & 0x0f));
743 assertEquals("urgency", cmasInfo.getUrgency(), SmsCbCmasInfo.CMAS_URGENCY_EXPECTED);
142 createCmasSmsMessage(int serviceCategory, int messageId, int priority, int language, int encoding, String body, int cmasCategory, int responseType, int severity, int urgency, int certainty) argument

Completed in 969 milliseconds