Home
last modified time | relevance | path

Searched defs:TYPE_CALL_INCOMING (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DCallLogQueryHelper.java37 CALL_TYPE_TO_EVENT_TYPE.put(Calls.INCOMING_TYPE, Event.TYPE_CALL_INCOMING); in CALL_TYPE_TO_EVENT_TYPE.put()
H A DEvent.java60 public static final int TYPE_CALL_INCOMING = 11; field in Event