Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DCallLogQueryHelper.java38 CALL_TYPE_TO_EVENT_TYPE.put(Calls.OUTGOING_TYPE, Event.TYPE_CALL_OUTGOING); in CALL_TYPE_TO_EVENT_TYPE.put()
H A DEvent.java58 public static final int TYPE_CALL_OUTGOING = 10; field in Event