Searched refs:CMAS_CERTAINTY (Results 1 – 8 of 8) sorted by relevance
64 private static final int CMAS_CERTAINTY = 4; field in CellBroadcastProviderTest295 assertThat(cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.CMAS_CERTAINTY))) in testInsertAndQuery()296 .isEqualTo(CMAS_CERTAINTY); in testInsertAndQuery()359 cv.put(CellBroadcasts.CMAS_CERTAINTY, CMAS_CERTAINTY); in fakeCellBroadcast()
94 Telephony.CellBroadcasts.CMAS_CERTAINTY246 cv.put(Telephony.CellBroadcasts.CMAS_CERTAINTY, cmasInfo.getCertainty()); in getContentValues()
82 + Telephony.CellBroadcasts.CMAS_CERTAINTY + " INTEGER);"); in onCreate()
160 Telephony.CellBroadcasts.CMAS_CERTAINTY); in createFromCursor()
155 Telephony.CellBroadcasts.CMAS_CERTAINTY,
123 CellBroadcasts.CMAS_CERTAINTY,322 + CellBroadcasts.CMAS_CERTAINTY + " INTEGER," in getStringForCellBroadcastTableCreation()
21 import static android.provider.Telephony.CellBroadcasts.CMAS_CERTAINTY;273 assertTrue(contains(columns, CMAS_CERTAINTY)); in testOnContextItemSelectedViewDetails()
194 + Telephony.CellBroadcasts.CMAS_CERTAINTY + " INTEGER);"); in onCreate()