Searched refs:MESSAGE_BODY (Results 1 – 7 of 7) sorted by relevance
55 private static final String MESSAGE_BODY = "AMBER Alert: xxxx"; field in CellBroadcastProviderTest277 assertThat(cursor.getString(cursor.getColumnIndexOrThrow(CellBroadcasts.MESSAGE_BODY))) in testInsertAndQuery()278 .isEqualTo(MESSAGE_BODY); in testInsertAndQuery()350 cv.put(CellBroadcasts.MESSAGE_BODY, MESSAGE_BODY); in fakeCellBroadcast()
183 + Telephony.CellBroadcasts.MESSAGE_BODY + " TEXT," in onCreate()206 contentVal.put(Telephony.CellBroadcasts.MESSAGE_BODY, "migration test"); in onCreate()
83 Telephony.CellBroadcasts.MESSAGE_BODY,229 cv.put(Telephony.CellBroadcasts.MESSAGE_BODY, message.getMessageBody()); in getContentValues()
71 + Telephony.CellBroadcasts.MESSAGE_BODY + " TEXT," in onCreate()
72 cursor.getColumnIndexOrThrow(Telephony.CellBroadcasts.MESSAGE_BODY)); in createFromCursor()
146 Telephony.CellBroadcasts.MESSAGE_BODY,
114 CellBroadcasts.MESSAGE_BODY,313 + CellBroadcasts.MESSAGE_BODY + " TEXT," in getStringForCellBroadcastTableCreation()