Searched refs:mScheduledEventsToExtras (Results 1 – 2 of 2) sorted by relevance
156 private final Map<Integer, Object> mScheduledEventsToExtras; field in AutoDataSwitchController354 mScheduledEventsToExtras = new HashMap<>();495 obj = mScheduledEventsToExtras.get(EVENT_EVALUATE_AUTO_SWITCH);497 mScheduledEventsToExtras.remove(EVENT_EVALUATE_AUTO_SWITCH);502 obj = mScheduledEventsToExtras.get(EVENT_STABILITY_CHECK_PASSED);508 mScheduledEventsToExtras.remove(EVENT_STABILITY_CHECK_PASSED);634 if (!mScheduledEventsToExtras.containsKey(EVENT_EVALUATE_AUTO_SWITCH)) {961 mScheduledEventsToExtras.getOrDefault(EVENT_STABILITY_CHECK_PASSED,1000 mScheduledEventsToExtras.put(event, extras);1070 if (mScheduledEventsToExtras.containsKey(EVENT_STABILITY_CHECK_PASSED)) {[all …]
99 private Map<Integer, Object> mScheduledEventsToExtras; field in AutoDataSwitchControllerTest191 mScheduledEventsToExtras = getPrivateField(mAutoDataSwitchControllerUT, in setUp()802 if (mScheduledEventsToExtras.containsKey(EVENT_STABILITY_CHECK_PASSED)) { in processAllFutureMessages()805 if (mScheduledEventsToExtras.containsKey(EVENT_EVALUATE_AUTO_SWITCH)) { in processAllFutureMessages()