Searched refs:mChipId (Results 1 – 7 of 7) sorted by relevance
35 private final String mChipId; field in DeviceStatus49 return mChipId; in getChipId()54 this.mChipId = chipId; in DeviceStatus()61 bundle.putString(CHIP_ID, mChipId); in toBundle()84 private final RequiredParam<String> mChipId = new RequiredParam<>(); field in DeviceStatus.Builder92 mChipId.set(chipId); in setChipId()99 mChipId.get()); in build()
32 private final String mChipId; field in ChipInfoParams38 mChipId = chipId; in ChipInfoParams()46 return mChipId; in getChipId()67 bundle.putString(KEY_CHIP_ID, mChipId); in toBundle()93 String mChipId = UNKNOWN_CHIP_ID; field in ChipInfoParams.Builder100 mChipId = chipId; in setChipId()127 return new ChipInfoParams(mChipId, mPositionX, mPositionY, mPositionZ); in build()
35 private int mChipId; field in HalDeviceManagerUtil.StaticChipInfo43 mChipId = chipId; in StaticChipInfo()51 return mChipId; in getChipId()
200 mSessionInfo.mChipId); in getSpecificationInfo()219 public final String mChipId; field in RangingSessionController.SessionInfo238 mChipId = chipId; in SessionInfo()
101 private String mChipId = null; field in RangingDevice121 mChipId = chipId; in setChipId()471 if (mChipId != null) {476 mChipId);
61 private final String mChipId; field in RangingSession528 mChipId = chipId; in RangingSession()
2649 private final String mChipId; field in UwbSessionManager.UwbSession2697 this.mChipId = chipId; in UwbSession()2989 return this.mChipId; in getChipId()3070 if (getUwbsFiraProtocolVersion(mChipId).getMajor() >= 2) { in setNeedsQueryUwbsTimestamp()