HomeSort by relevance Sort by last modified time
    Searched refs:TimedEventPair (Results 1 - 5 of 5) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
LogUtils.java 21 import android.telecom.Logging.EventManager.TimedEventPair;
144 private static final TimedEventPair[] sTimedEvents = {
145 new TimedEventPair(REQUEST_ACCEPT, SET_ACTIVE, ACCEPT_TIMING),
146 new TimedEventPair(REQUEST_REJECT, SET_DISCONNECTED, REJECT_TIMING),
147 new TimedEventPair(REQUEST_DISCONNECT, SET_DISCONNECTED, DISCONNECT_TIMING),
148 new TimedEventPair(REQUEST_HOLD, SET_HOLD, HOLD_TIMING),
149 new TimedEventPair(REQUEST_UNHOLD, SET_ACTIVE, UNHOLD_TIMING),
150 new TimedEventPair(START_CONNECTION, SET_DIALING,
152 new TimedEventPair(BIND_CS, CS_BOUND, BIND_CS_TIMING),
153 new TimedEventPair(SCREENING_SENT, SCREENING_COMPLETED
    [all...]
  /frameworks/base/telecomm/java/android/telecom/Logging/
EventManager.java 84 private final Map<String, List<TimedEventPair>> requestResponsePairs = new HashMap<>();
92 public static class TimedEventPair {
100 public TimedEventPair(String request, String response, String name) {
106 public TimedEventPair(String request, String response, String name, long timeoutMillis) {
114 public void addRequestResponsePair(TimedEventPair p) {
118 ArrayList<TimedEventPair> responses = new ArrayList<>();
204 for (EventManager.TimedEventPair p : requestResponsePairs.get(event.eventId)) {
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
EventManagerTest.java 158 mTestEventManager.addRequestResponsePair(new EventManager.TimedEventPair(TEST_START_EVENT,
179 * Verify that adding events to different records does not create a valid TimedEventPair
185 mTestEventManager.addRequestResponsePair(new EventManager.TimedEventPair(TEST_START_EVENT,
  /frameworks/base/telecomm/java/android/telecom/
Log.java 255 public static void addRequestResponsePair(EventManager.TimedEventPair p) {
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 915 milliseconds