Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DCpmsSystemLayerStateInfo.java45 private final String mCurrentPolicyGroupId; field in CpmsSystemLayerStateInfo
53 mCurrentPolicyGroupId = currentPolicyGroupId; in CpmsSystemLayerStateInfo()
87 sb.append(mCurrentPolicyGroupId).append('\n'); in toString()
107 && Objects.equals(mCurrentPolicyGroupId, that.mCurrentPolicyGroupId); in equals()
113 mCurrentComponentStates, mCurrentPolicyId, mPendingPolicyId, mCurrentPolicyGroupId, in hashCode()
DCpmsFrameworkLayerStateInfo.java69 private final String mCurrentPolicyGroupId; field in CpmsFrameworkLayerStateInfo
91 mCurrentPolicyGroupId = currentPolicyGroupId; in CpmsFrameworkLayerStateInfo()
129 return mCurrentPolicyGroupId; in getCurrentPolicyGroupId()
154 sb.append("mCurrentPolicyGroupId=").append(mCurrentPolicyGroupId).append(' '); in toString()
185 && Objects.equals(mCurrentPolicyGroupId, that.mCurrentPolicyGroupId) in equals()
193 mPendingPolicyId, mCurrentPolicyGroupId, mCurrentState, mMonitoringHw, in hashCode()