Home
last modified time | relevance | path

Searched refs:hasCapabilities (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DPhoneAccount.java687 public boolean hasCapabilities(int capability) { in hasCapabilities() method in PhoneAccount
953 if (hasCapabilities(CAPABILITY_SELF_MANAGED)) { in capabilitiesToString()
956 if (hasCapabilities(CAPABILITY_SUPPORTS_VIDEO_CALLING)) { in capabilitiesToString()
959 if (hasCapabilities(CAPABILITY_VIDEO_CALLING)) { in capabilitiesToString()
962 if (hasCapabilities(CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE)) { in capabilitiesToString()
965 if (hasCapabilities(CAPABILITY_CALL_PROVIDER)) { in capabilitiesToString()
968 if (hasCapabilities(CAPABILITY_CALL_SUBJECT)) { in capabilitiesToString()
971 if (hasCapabilities(CAPABILITY_CONNECTION_MANAGER)) { in capabilitiesToString()
974 if (hasCapabilities(CAPABILITY_EMERGENCY_CALLS_ONLY)) { in capabilitiesToString()
977 if (hasCapabilities(CAPABILITY_MULTI_USER)) { in capabilitiesToString()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java710 public boolean hasCapabilities(int connectionCapabilities) { in hasCapabilities() method in Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1329 hasCapabilities(Connection.Capability.SUPPORTS_VT_LOCAL_BIDIRECTIONAL)); in handleDataEnabledChange()
DImsPhoneCallTracker.java3615 if (conn.hasCapabilities( in maybeNotifyDataDisabled()
3683 if (conn.hasCapabilities( in downgradeVideoCall()
/frameworks/base/config/
Dhiddenapi-public-dex.txt42167 Landroid/telecom/PhoneAccount;->hasCapabilities(I)Z
Dboot-image-profile.txt30244 HSPLandroid/telecom/PhoneAccount;->hasCapabilities(I)Z
/frameworks/base/api/
Dcurrent.txt41243 method public boolean hasCapabilities(int);