Searched refs:mStackState (Results 1 – 1 of 1) sorted by relevance
39 private final @State int mStackState; field in UwbActivityEnergyInfo53 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.Builder209 mStackState = stackState; in setStackState()285 if (mStackState != UwbManager.AdapterStateCallback.STATE_DISABLED in build()[all …]