Searched refs:MESSAGE_PRIORITY (Results 1 – 7 of 7) sorted by relevance
57 private static final int MESSAGE_PRIORITY = 3; field in CellBroadcastProviderTest281 assertThat(cursor.getInt(cursor.getColumnIndexOrThrow(CellBroadcasts.MESSAGE_PRIORITY))) in testInsertAndQuery()282 .isEqualTo(MESSAGE_PRIORITY); in testInsertAndQuery()352 cv.put(CellBroadcasts.MESSAGE_PRIORITY, MESSAGE_PRIORITY); in fakeCellBroadcast()
187 + Telephony.CellBroadcasts.MESSAGE_PRIORITY + " INTEGER," in onCreate()207 contentVal.put(Telephony.CellBroadcasts.MESSAGE_PRIORITY, 3); in onCreate()
87 Telephony.CellBroadcasts.MESSAGE_PRIORITY,232 cv.put(Telephony.CellBroadcasts.MESSAGE_PRIORITY, message.getMessagePriority()); in getContentValues()
75 + Telephony.CellBroadcasts.MESSAGE_PRIORITY + " INTEGER," in onCreate()
76 cursor.getColumnIndexOrThrow(Telephony.CellBroadcasts.MESSAGE_PRIORITY)); in createFromCursor()
148 Telephony.CellBroadcasts.MESSAGE_PRIORITY,
116 CellBroadcasts.MESSAGE_PRIORITY,315 + CellBroadcasts.MESSAGE_PRIORITY + " INTEGER," in getStringForCellBroadcastTableCreation()