Home
last modified time | relevance | path

Searched refs:TYPE_CALL_MISSED (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DEvent.java62 public static final int TYPE_CALL_MISSED = 12; field in Event
78 TYPE_CALL_MISSED,
104 CALL_EVENT_TYPES.add(TYPE_CALL_MISSED);
H A DCallLogQueryHelper.java39 CALL_TYPE_TO_EVENT_TYPE.put(Calls.MISSED_TYPE, Event.TYPE_CALL_MISSED); in CALL_TYPE_TO_EVENT_TYPE.put() argument
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DCallLogQueryHelperTest.java125 assertEquals(Event.TYPE_CALL_MISSED, events.get(0).getType()); in testQueryMissedCall()
144 assertEquals(Event.TYPE_CALL_MISSED, events.get(0).getType()); in testQueryMultipleCalls()
H A DDataManagerTest.java1006 new Event(currentTimestamp - MILLIS_PER_MINUTE * 5L, Event.TYPE_CALL_MISSED)); in testCallLogContentObserver()