Searched refs:mExecutedScenes (Results 1 – 1 of 1) sorted by relevance
259 private final HashMap<ResultKey, Boolean> mExecutedScenes = new HashMap<>(); field in ItsTestActivity420 mExecutedScenes.put(key, pass); in onReceive()499 if (mExecutedScenes.containsKey(k)) { in onReceive()500 status = mExecutedScenes.get(k) ? RESULT_PASS : RESULT_FAIL; in onReceive()513 Boolean pass = mExecutedScenes.get(k); in onReceive()