Searched refs:NEW_ALIAS_COLUMN (Results 1 – 3 of 3) sorted by relevance
26 import static android.provider.Telephony.RcsColumns.RcsParticipantEventColumns.NEW_ALIAS_COLUMN;194 cursor.getString(cursor.getColumnIndex(NEW_ALIAS_COLUMN))); in createNewParticipantAliasChangedEvent()
60 import static android.provider.Telephony.RcsColumns.RcsParticipantEventColumns.NEW_ALIAS_COLUMN;1036 contentValues.put(NEW_ALIAS_COLUMN, newAlias);
2677 String NEW_ALIAS_COLUMN = "new_alias"; field