Searched refs:mCurrentPolicyId (Results 1 – 3 of 3) sorted by relevance
43 private final String mCurrentPolicyId; field in CpmsSystemLayerStateInfo51 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()
67 private final String mCurrentPolicyId; field in CpmsFrameworkLayerStateInfo89 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()
408 private String mCurrentPolicyId; field in CarPowerManagerTest.PowerPolicyListenerImpl412 mCurrentPolicyId = policy.getPolicyId(); in onPolicyChanged()419 return mCurrentPolicyId; in getCurrentPolicyId()