Searched refs:SET_ACTIVE (Results 1 – 5 of 5) sorted by relevance
97 public static final String SET_ACTIVE = "SET_ACTIVE"; field in LogUtils.Events215 new TimedEventPair(REQUEST_ACCEPT, SET_ACTIVE, ACCEPT_TIMING),219 new TimedEventPair(REQUEST_UNHOLD, SET_ACTIVE, UNHOLD_TIMING),
88 put(LogUtils.Events.SET_ACTIVE, AnalyticsEvent.SET_ACTIVE);
1097 event = LogUtils.Events.SET_ACTIVE; in setState()
176 assertTrue(capturedEvents.contains(ParcelableCallAnalytics.AnalyticsEvent.SET_ACTIVE)); in testAnalyticsDumping()354 assertTrue(capturedEvents.contains(ParcelableCallAnalytics.AnalyticsEvent.SET_ACTIVE)); in testAnalyticsDumpToProto()
58 SET_ACTIVE = 1; enumerator