Searched refs:mTestcase (Results 1 – 2 of 2) sorted by relevance
69 private final String mTestcase; field in TestResultTable.RecordEntry75 mTestcase = testcase; in RecordEntry()92 if (!mTestcase.equals(peerEntry.mTestcase) in equals()102 int code = mTestcase.hashCode() + mAction.hashCode() + mData.hashCode(); in hashCode()110 .append(mTestcase).append(": ").append(mAction).append(": "); in toString()126 return equalsWithPowerPolicyData(peerEntry.mTestcase, peerEntry.mAction, in equalsWithPowerPolicyData()134 || !mTestcase.equals(testcase) in equalsWithPowerPolicyData()
29 private final String mTestcase; field in PowerPolicyTestHelper45 mTestcase = testcase; in PowerPolicyTestHelper()