Searched refs:mNLoS (Results 1 – 5 of 5) sorted by relevance
23 public int mNLoS; field in UwbOwrAoaMeasurement36 this.mNLoS = nLoS; in UwbOwrAoaMeasurement()56 return mNLoS; in getNLoS()87 + ", NLoS = " + mNLoS in toString()
25 public int mNLoS; field in UwbTwoWayMeasurement45 this.mNLoS = nLoS; in UwbTwoWayMeasurement()76 return mNLoS; in getNLoS()151 + ", NLoS = " + mNLoS in toString()
30 public int mNLoS; field in UwbDlTDoAMeasurement57 mNLoS = nLoS; in UwbDlTDoAMeasurement()99 return mNLoS; in getNLoS()177 ", NLos=" + mNLoS + in toString()
36 private final int mNLoS; field in DlTDoAMeasurement75 mNLoS = NLoS; in DlTDoAMeasurement()108 return mNLoS; in getNLoS()182 bundle.putInt(NLOS, mNLoS); in toBundle()230 private int mNLoS; field in DlTDoAMeasurement.Builder262 mNLoS = nLoS; in setNLoS()317 mNLoS, in build()
28 private final int mNLoS; field in DlTdoaMeasurement47 mNLoS = nLoS; in DlTdoaMeasurement()76 return mNLoS; in getNLoS()122 + String.format(Locale.US, " | nLoS : %d", mNLoS) in toString()