Home
last modified time | relevance | path

Searched refs:DIRECTION_OUTGOING (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallAttributes.java85 @IntDef(value = {DIRECTION_INCOMING, DIRECTION_OUTGOING})
95 public static final int DIRECTION_OUTGOING = 2; field in CallAttributes
162 if (!isInRange(DIRECTION_INCOMING, DIRECTION_OUTGOING, callDirection)) { in Builder()
165 callDirection, DIRECTION_INCOMING, DIRECTION_OUTGOING)); in Builder()
H A DCallScreeningService.java141 if (callDetails.getCallDirection() == Call.Details.DIRECTION_OUTGOING) {
H A DCall.java401 value = {DIRECTION_UNKNOWN, DIRECTION_INCOMING, DIRECTION_OUTGOING})
419 public static final int DIRECTION_OUTGOING = 1; field in Call.Details
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
H A DCrossDeviceCall.java144 } else if (direction == Call.Details.DIRECTION_OUTGOING) { in updateCallDetails()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt42092 field public static final int DIRECTION_OUTGOING = 1; // 0x1
42134 field public static final int DIRECTION_OUTGOING = 2; // 0x2