Searched refs:mDeviceProfile (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/companion/ |
D | AssociationRequest.java | 99 private @Nullable @DeviceProfile String mDeviceProfile = null; field in AssociationRequest 173 private @Nullable String mDeviceProfile = null; field in AssociationRequest.Builder 213 mDeviceProfile = deviceProfile; in setDeviceProfile() 224 mDeviceProfile, null, null, -1L, false); in build() 287 this.mDeviceProfile = deviceProfile; in AssociationRequest() 289 DeviceProfile.class, null, mDeviceProfile); in AssociationRequest() 305 return mDeviceProfile; in getDeviceProfile() 363 "deviceProfile = " + mDeviceProfile + ", " + in toString() 386 && Objects.equals(mDeviceProfile, that.mDeviceProfile) in equals() 402 _hash = 31 * _hash + Objects.hashCode(mDeviceProfile); in hashCode() [all …]
|
D | Association.java | 41 private final @Nullable String mDeviceProfile; field in Association 93 this.mDeviceProfile = deviceProfile; in Association() 112 return mDeviceProfile; in getDeviceProfile() 135 "deviceProfile = " + mDeviceProfile + ", " + in toString() 157 && Objects.equals(mDeviceProfile, that.mDeviceProfile) in equals() 172 _hash = 31 * _hash + Objects.hashCode(mDeviceProfile); in hashCode() 186 if (mDeviceProfile != null) flg |= 0x8; in writeToParcel() 191 if (mDeviceProfile != null) dest.writeString(mDeviceProfile); in writeToParcel() 223 this.mDeviceProfile = deviceProfile; in Association()
|