Searched refs:CMAS_MESSAGE_CLASS (Results 1 – 8 of 8) sorted by relevance
59 private static final int CMAS_MESSAGE_CLASS = 1; field in CellBroadcastProviderTest285 assertThat(cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.CMAS_MESSAGE_CLASS))) in testInsertAndQuery()286 .isEqualTo(CMAS_MESSAGE_CLASS); in testInsertAndQuery()354 cv.put(CellBroadcasts.CMAS_MESSAGE_CLASS, CMAS_MESSAGE_CLASS); in fakeCellBroadcast()
89 Telephony.CellBroadcasts.CMAS_MESSAGE_CLASS,241 cv.put(Telephony.CellBroadcasts.CMAS_MESSAGE_CLASS, cmasInfo.getMessageClass()); in getContentValues()
77 + Telephony.CellBroadcasts.CMAS_MESSAGE_CLASS + " INTEGER," in onCreate()
118 Telephony.CellBroadcasts.CMAS_MESSAGE_CLASS); in createFromCursor()
150 Telephony.CellBroadcasts.CMAS_MESSAGE_CLASS,
118 CellBroadcasts.CMAS_MESSAGE_CLASS,317 + CellBroadcasts.CMAS_MESSAGE_CLASS + " INTEGER," in getStringForCellBroadcastTableCreation()
22 import static android.provider.Telephony.CellBroadcasts.CMAS_MESSAGE_CLASS;268 assertTrue(contains(columns, CMAS_MESSAGE_CLASS)); in testOnContextItemSelectedViewDetails()
189 + Telephony.CellBroadcasts.CMAS_MESSAGE_CLASS + " INTEGER," in onCreate()