Searched refs:personReference (Results 1 – 1 of 1) sorted by relevance
405 @Nullable private String personReference; field in ExternalCallNotifier.NotificationInfo437 return personReference; in getPersonReference()440 public void setPersonReference(@Nullable String personReference) { in setPersonReference() argument441 this.personReference = personReference; in setPersonReference()