Home
last modified time | relevance | path

Searched refs:mChipId (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/oemextension/
DDeviceStatus.java35 private final String mChipId; field in DeviceStatus
49 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.Builder
92 mChipId.set(chipId); in setChipId()
99 mChipId.get()); in build()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/multichip/
DChipInfoParams.java32 private final String mChipId; field in ChipInfoParams
38 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.Builder
100 mChipId = chipId; in setChipId()
127 return new ChipInfoParams(mChipId, mPositionX, mPositionY, mPositionZ); in build()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManagerUtil.java35 private int mChipId; field in HalDeviceManagerUtil.StaticChipInfo
43 mChipId = chipId; in StaticChipInfo()
51 return mChipId; in getChipId()
/packages/modules/Uwb/service/java/com/android/server/uwb/pm/
DRangingSessionController.java200 mSessionInfo.mChipId); in getSpecificationInfo()
219 public final String mChipId; field in RangingSessionController.SessionInfo
238 mChipId = chipId; in SessionInfo()
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DRangingDevice.java101 private String mChipId = null; field in RangingDevice
121 mChipId = chipId; in setChipId()
471 if (mChipId != null) {
476 mChipId);
/packages/modules/Uwb/framework/java/android/uwb/
DRangingSession.java61 private final String mChipId; field in RangingSession
528 mChipId = chipId; in RangingSession()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java2649 private final String mChipId; field in UwbSessionManager.UwbSession
2697 this.mChipId = chipId; in UwbSession()
2989 return this.mChipId; in getChipId()
3070 if (getUwbsFiraProtocolVersion(mChipId).getMajor() >= 2) { in setNeedsQueryUwbsTimestamp()