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