Searched refs:mDeviceProfile (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/companion/ |
D | AssociationInfo.java | 62 private final String mDeviceProfile; field in AssociationInfo 113 mDeviceProfile = deviceProfile; in AssociationInfo() 192 return mDeviceProfile; in getDeviceProfile() 340 + ", mDeviceProfile='" + mDeviceProfile + '\'' in toString() 371 && Objects.equals(mDeviceProfile, that.mDeviceProfile) in equals() 379 mDeviceProfile, mAssociatedDevice, mSelfManaged, mNotifyOnDeviceNearby, mRevoked, in hashCode() 396 dest.writeString(mDeviceProfile); in writeToParcel() 414 mDeviceProfile = in.readString(); in AssociationInfo() 453 private String mDeviceProfile; field in AssociationInfo.Builder 480 mDeviceProfile = info.mDeviceProfile; in Builder() [all …]
|
D | AssociationRequest.java | 172 private final String mDeviceProfile; field in AssociationRequest 264 mDeviceProfile = deviceProfile; in AssociationRequest() 278 return mDeviceProfile; in getDeviceProfile() 364 private String mDeviceProfile; field in AssociationRequest.Builder 407 mDeviceProfile = deviceProfile; in setDeviceProfile() 463 mDeviceProfile, mDisplayName, mSelfManaged, mForceConfirmation); in build() 534 + ", deviceProfile = " + mDeviceProfile in toString() 554 && Objects.equals(mDeviceProfile, that.mDeviceProfile) in equals() 572 _hash = 31 * _hash + Objects.hashCode(mDeviceProfile); in hashCode() 592 if (mDeviceProfile != null) flg |= 0x10; in writeToParcel() [all …]
|