Searched refs:getCertainty (Results 1 – 3 of 3) sorted by relevance
277 public int getCertainty() { in getCertainty() method in SmsCbCmasInfo
422 assertEquals(SmsCbCmasInfo.CMAS_CERTAINTY_UNKNOWN, cmasInfo.getCertainty()); in doTestCmasBroadcast()479 assertEquals(SmsCbCmasInfo.CMAS_CERTAINTY_LIKELY, cmasInfo.getCertainty()); in testCmasExtremeAlertType1Elements()532 assertEquals(SmsCbCmasInfo.CMAS_CERTAINTY_UNKNOWN, cmasInfo.getCertainty()); in testCmasNoRecordType0()763 assertEquals("certainty", cmasInfo.getCertainty(), SmsCbCmasInfo.CMAS_CERTAINTY_LIKELY); in testDecodeRawBearerData()
288 cv.put(Telephony.CellBroadcasts.CMAS_CERTAINTY, cmasInfo.getCertainty()); in getContentValues()