Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DCpmsSystemLayerStateInfo.java44 private final String mPendingPolicyId; field in CpmsSystemLayerStateInfo
52 mPendingPolicyId = pendingPolicyId; in CpmsSystemLayerStateInfo()
69 return mPendingPolicyId; in getPendingPolicyId()
85 sb.append(PENDING_POLICY_ID_HDR).append(' ').append(mPendingPolicyId).append('\n'); in toString()
106 && Objects.equals(mPendingPolicyId, that.mPendingPolicyId) in equals()
113 mCurrentComponentStates, mCurrentPolicyId, mPendingPolicyId, mCurrentPolicyGroupId, in hashCode()
DCpmsFrameworkLayerStateInfo.java68 private final String mPendingPolicyId; field in CpmsFrameworkLayerStateInfo
90 mPendingPolicyId = pendingPolicyId; in CpmsFrameworkLayerStateInfo()
105 return mPendingPolicyId; in getPendingPolicyId()
153 sb.append("mPendingPolicyId=").append(mPendingPolicyId).append(' '); in toString()
184 && Objects.equals(mPendingPolicyId, that.mPendingPolicyId) in equals()
193 mPendingPolicyId, mCurrentPolicyGroupId, mCurrentState, mMonitoringHw, in hashCode()