Searched refs:NEW_ICON_URI_COLUMN (Results 1 – 3 of 3) sorted by relevance
32 import static android.provider.Telephony.RcsColumns.RcsThreadEventColumns.NEW_ICON_URI_COLUMN;154 String newIcon = cursor.getString(cursor.getColumnIndex(NEW_ICON_URI_COLUMN)); in createNewGroupIconChangedEvent()
63 import static android.provider.Telephony.RcsColumns.RcsThreadEventColumns.NEW_ICON_URI_COLUMN;996 eventSpecificValues.put(NEW_ICON_URI_COLUMN,
2653 String NEW_ICON_URI_COLUMN = "new_icon_uri"; field