Home
last modified time | relevance | path

Searched refs:CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DParcelableCallUtils.java175 android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL); in toParcelableCall()
469 Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL,
470 android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL,
H A DCall.java1701 return (getConnectionCapabilities() & Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL) in isLocallyVideoCapable()
1702 == Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL; in isLocallyVideoCapable()
3907 return (capabilities & Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL) != 0 || in doesCallSupportVideo()
3918 return capabilities & ~(Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL | in removeVideoCapabilities()
/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
H A DSimulatorVideoCall.java43 Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL in SimulatorVideoCall()
H A DSimulatorVoiceCall.java184 | Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL in handleNewConnection()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java474 Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL, in applyHostCapabilities()
475 (capabilities & Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL) != 0); in applyHostCapabilities()
1512 return (capabilities & Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL) != 0 in isVideoCapable()
H A DTelephonyConnection.java2707 capabilities = changeBitmask(capabilities, CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL, in applyOriginalConnectionCapabilities()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java266 public static final int CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL = field in Connection
1090 if ((capabilities & CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL) in capabilitiesToStringInternal()
1091 == CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL) { in capabilitiesToStringInternal()
H A DCall.java452 public static final int CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL = field in Call.Details
781 if (can(capabilities, CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL)) { in capabilitiesToString()
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestConnectionService.java168 capabilities |= CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL; in TestConnection()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DVideoProviderTest.java105 |= Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL; in setUp()
H A DCallsManagerTest.java1305 Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL); in testPhoneAccountVideoAvailability()
1307 assertTrue((newCapabilities & Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL) in testPhoneAccountVideoAvailability()
1308 == Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL); in testPhoneAccountVideoAvailability()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt39667 field public static final int CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL = 768; // 0x300
39952 field public static final int CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL = 768; // 0x300