Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DCpmsFrameworkLayerStateInfo.java65 private final int mCurrentState; field in CpmsFrameworkLayerStateInfo
86 mCurrentState = currentState; in CpmsFrameworkLayerStateInfo()
98 return mCurrentState; in getCurrentState()
136 sb.append("mCurrentState=").append(mCurrentState).append(' '); in toString()
156 return mCurrentState == that.mCurrentState in equals()
176 mCurrentPolicyGroupId, mCurrentState, mMonitoringHw, mSilentModeByHw, in hashCode()