Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DCpmsSystemLayerStateInfo.java43 private final String mCurrentPolicyId; field in CpmsSystemLayerStateInfo
51 mCurrentPolicyId = currentPolicyId; in CpmsSystemLayerStateInfo()
61 return mCurrentPolicyId; in getCurrentPolicyId()
84 sb.append(CURRENT_POLICY_ID_HDR).append(' ').append(mCurrentPolicyId).append('\n'); in toString()
105 && Objects.equals(mCurrentPolicyId, that.mCurrentPolicyId) in equals()
113 mCurrentComponentStates, mCurrentPolicyId, mPendingPolicyId, mCurrentPolicyGroupId, in hashCode()
DCpmsFrameworkLayerStateInfo.java67 private final String mCurrentPolicyId; field in CpmsFrameworkLayerStateInfo
89 mCurrentPolicyId = currentPolicyId; in CpmsFrameworkLayerStateInfo()
101 return mCurrentPolicyId; in getCurrentPolicyId()
152 sb.append("mCurrentPolicyId=").append(mCurrentPolicyId).append(' '); in toString()
183 && Objects.equals(mCurrentPolicyId, that.mCurrentPolicyId) in equals()
192 Arrays.hashCode(mChangedComponents), mPowerPolicyGroups, mCurrentPolicyId, in hashCode()
/cts/tests/tests/car/src/android/car/cts/
DCarPowerManagerTest.java408 private String mCurrentPolicyId; field in CarPowerManagerTest.PowerPolicyListenerImpl
412 mCurrentPolicyId = policy.getPolicyId(); in onPolicyChanged()
419 return mCurrentPolicyId; in getCurrentPolicyId()