Searched refs:CMAS_URGENCY (Results 1 – 8 of 8) sorted by relevance
63 private static final int CMAS_URGENCY = 3; field in CellBroadcastProviderTest293 assertThat(cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.CMAS_URGENCY))) in testInsertAndQuery()294 .isEqualTo(CMAS_URGENCY); in testInsertAndQuery()358 cv.put(CellBroadcasts.CMAS_URGENCY, CMAS_URGENCY); in fakeCellBroadcast()
93 Telephony.CellBroadcasts.CMAS_URGENCY,245 cv.put(Telephony.CellBroadcasts.CMAS_URGENCY, cmasInfo.getUrgency()); in getContentValues()
81 + Telephony.CellBroadcasts.CMAS_URGENCY + " INTEGER," in onCreate()
151 Telephony.CellBroadcasts.CMAS_URGENCY); in createFromCursor()
154 Telephony.CellBroadcasts.CMAS_URGENCY,
122 CellBroadcasts.CMAS_URGENCY,321 + CellBroadcasts.CMAS_URGENCY + " INTEGER," in getStringForCellBroadcastTableCreation()
25 import static android.provider.Telephony.CellBroadcasts.CMAS_URGENCY;272 assertTrue(contains(columns, CMAS_URGENCY)); in testOnContextItemSelectedViewDetails()
193 + Telephony.CellBroadcasts.CMAS_URGENCY + " INTEGER," in onCreate()