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