Searched refs:SERIAL_NUMBER (Results 1 – 8 of 8) sorted by relevance
52 private static final int SERIAL_NUMBER = 17984; field in CellBroadcastProviderTest271 assertThat(cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.SERIAL_NUMBER))) in testInsertAndQuery()272 .isEqualTo(SERIAL_NUMBER); in testInsertAndQuery()347 cv.put(CellBroadcasts.SERIAL_NUMBER, SERIAL_NUMBER); in fakeCellBroadcast()
180 + Telephony.CellBroadcasts.SERIAL_NUMBER + " INTEGER," in onCreate()203 contentVal.put(Telephony.CellBroadcasts.SERIAL_NUMBER, 19724); in onCreate()
80 Telephony.CellBroadcasts.SERIAL_NUMBER,226 cv.put(Telephony.CellBroadcasts.SERIAL_NUMBER, message.getSerialNumber()); in getContentValues()
68 + Telephony.CellBroadcasts.SERIAL_NUMBER + " INTEGER," in onCreate()
66 cursor.getColumnIndexOrThrow(Telephony.CellBroadcasts.SERIAL_NUMBER)); in createFromCursor()
142 Telephony.CellBroadcasts.SERIAL_NUMBER,
110 CellBroadcasts.SERIAL_NUMBER,309 + CellBroadcasts.SERIAL_NUMBER + " INTEGER," in getStringForCellBroadcastTableCreation()
151 + CellBroadcasts.SERIAL_NUMBER + "=? AND " in handleGeoFencingTriggerMessage()