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

/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbCmasInfo.java163 // CMAS certainty (in GSM/UMTS message identifier or CDMA type 1 elements record).
165 /** CMAS certainty type: Determined to have occurred or to be ongoing. */
168 /** CMAS certainty type: Likely (probability > ~50%). */
172 * CMAS alert certainty is unknown. The certainty is available for CDMA warning alerts
193 /** CMAS certainty. */
198 int urgency, int certainty) {
204 mCertainty = certainty;
274 * Returns the CMAS certainty, e.g. {@link #CMAS_CERTAINTY_OBSERVED}.
285 + ", urgency=" + mUrgency + ", certainty
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.java139 * @param certainty CMAS certainty
144 int severity, int urgency, int certainty) throws Exception {
160 cmasBos.write(4, (certainty & 0x0f));
744 assertEquals("certainty", cmasInfo.getCertainty(), SmsCbCmasInfo.CMAS_CERTAINTY_LIKELY);
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 3284 milliseconds