Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientHalConstants.java87 static final int CALL_DIRECTION_INCOMING = 1; field in HeadsetClientHalConstants
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java103 public static final int CALL_DIRECTION_INCOMING = 2; field in Call