Searched refs:mDeviceProfilePrivilegesDescription (Results 1 – 1 of 1) sorted by relevance
221 private String mDeviceProfilePrivilegesDescription; field in AssociationRequest333 mDeviceProfilePrivilegesDescription = desc; in setDeviceProfilePrivilegesDescription()507 return mDeviceProfilePrivilegesDescription; in getDeviceProfilePrivilegesDescription()541 + ", deviceProfilePrivilegesDescription = " + mDeviceProfilePrivilegesDescription in toString()561 && Objects.equals(mDeviceProfilePrivilegesDescription, in equals()562 that.mDeviceProfilePrivilegesDescription) in equals()579 _hash = 31 * _hash + Objects.hashCode(mDeviceProfilePrivilegesDescription); in hashCode()596 if (mDeviceProfilePrivilegesDescription != null) flg |= 0x100; in writeToParcel()605 if (mDeviceProfilePrivilegesDescription != null) { in writeToParcel()606 dest.writeString8(mDeviceProfilePrivilegesDescription); in writeToParcel()[all …]