Searched refs:mCallProperties (Results 1 – 1 of 1) sorted by relevance
326 private final int mCallProperties; field in Call.Details442 return hasProperty(mCallProperties, property); in hasProperty()536 return mCallProperties; in getCallProperties()613 Objects.equals(mCallProperties, d.mCallProperties) && in equals()634 Objects.hashCode(mCallProperties) + in hashCode()668 mCallProperties = properties; in Details()708 sb.append(propertiesToString(mCallProperties)); in toString()