Home
last modified time | relevance | path

Searched refs:CALL_EVENT_TYPES (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DEvent.java87 public static final Set<Integer> CALL_EVENT_TYPES = new ArraySet<>(); field in Event
102 CALL_EVENT_TYPES.add(TYPE_CALL_INCOMING);
103 CALL_EVENT_TYPES.add(TYPE_CALL_OUTGOING);
104 CALL_EVENT_TYPES.add(TYPE_CALL_MISSED);
111 ALL_EVENT_TYPES.addAll(CALL_EVENT_TYPES);
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java1008 List<Range<Long>> activeTimeSlots = getActiveSlotsForTestShortcut(Event.CALL_EVENT_TYPES); in testCallLogContentObserver()
1100 List<Range<Long>> activeTimeSlots = getActiveSlotsForTestShortcut(Event.CALL_EVENT_TYPES); in testPruneCallEventsFromNonDialer()
1105 activeTimeSlots = getActiveSlotsForTestShortcut(Event.CALL_EVENT_TYPES); in testPruneCallEventsFromNonDialer()