Searched refs:ResultKey (Results 1 – 1 of 1) sorted by relevance
257 private Set<ResultKey> mAllScenes = null;259 private final HashMap<ResultKey, Boolean> mExecutedScenes = new HashMap<>();261 private final HashMap<ResultKey, String> mSummaryMap = new HashMap<>();263 private Set<ResultKey> mExecutedMpcTests = null;293 final class ResultKey { class in ItsTestActivity297 public ResultKey(String cameraId, String sceneId) { in ResultKey() method in ItsTestActivity.ResultKey306 if (o instanceof ResultKey) { in equals()307 final ResultKey other = (ResultKey) o; in equals()328 private final Comparator<ResultKey> mComparator = new Comparator<ResultKey>() {330 public int compare(ResultKey k1, ResultKey k2) {[all …]