Home
last modified time | relevance | path

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

/packages/modules/Uwb/framework/java/android/uwb/
DUwbActivityEnergyInfo.java39 private final @State int mStackState; field in UwbActivityEnergyInfo
53 mStackState = stackState; in UwbActivityEnergyInfo()
72 && mStackState == other.getStackState() in equals()
86 return Objects.hash(mTimeSinceBootMillis, mStackState, mControllerTxDurationMillis, in hashCode()
94 + " mStackState=" + mStackState in toString()
124 out.writeInt(mStackState); in writeToParcel()
145 return mStackState; in getStackState()
177 private int mStackState = -1; field in UwbActivityEnergyInfo.Builder
209 mStackState = stackState; in setStackState()
285 if (mStackState != UwbManager.AdapterStateCallback.STATE_DISABLED in build()
[all …]