Searched refs:CMAS_SEVERITY (Results 1 – 8 of 8) sorted by relevance
62 private static final int CMAS_SEVERITY = 2; field in CellBroadcastProviderTest291 assertThat(cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.CMAS_SEVERITY))) in testInsertAndQuery()292 .isEqualTo(CMAS_SEVERITY); in testInsertAndQuery()357 cv.put(CellBroadcasts.CMAS_SEVERITY, CMAS_SEVERITY); in fakeCellBroadcast()
92 Telephony.CellBroadcasts.CMAS_SEVERITY,244 cv.put(Telephony.CellBroadcasts.CMAS_SEVERITY, cmasInfo.getSeverity()); in getContentValues()
80 + Telephony.CellBroadcasts.CMAS_SEVERITY + " INTEGER," in onCreate()
142 Telephony.CellBroadcasts.CMAS_SEVERITY); in createFromCursor()
153 Telephony.CellBroadcasts.CMAS_SEVERITY,
121 CellBroadcasts.CMAS_SEVERITY,320 + CellBroadcasts.CMAS_SEVERITY + " INTEGER," in getStringForCellBroadcastTableCreation()
24 import static android.provider.Telephony.CellBroadcasts.CMAS_SEVERITY;271 assertTrue(contains(columns, CMAS_SEVERITY)); in testOnContextItemSelectedViewDetails()
192 + Telephony.CellBroadcasts.CMAS_SEVERITY + " INTEGER," in onCreate()