Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DPhoneAccount.java981 public boolean hasCapabilities(int capability) { in hasCapabilities() method in PhoneAccount
1314 if (hasCapabilities(CAPABILITY_SELF_MANAGED)) { in capabilitiesToString()
1317 if (hasCapabilities(CAPABILITY_SUPPORTS_VIDEO_CALLING)) { in capabilitiesToString()
1320 if (hasCapabilities(CAPABILITY_VIDEO_CALLING)) { in capabilitiesToString()
1323 if (hasCapabilities(CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE)) { in capabilitiesToString()
1326 if (hasCapabilities(CAPABILITY_CALL_PROVIDER)) { in capabilitiesToString()
1329 if (hasCapabilities(CAPABILITY_CALL_SUBJECT)) { in capabilitiesToString()
1332 if (hasCapabilities(CAPABILITY_CONNECTION_MANAGER)) { in capabilitiesToString()
1335 if (hasCapabilities(CAPABILITY_EMERGENCY_CALLS_ONLY)) { in capabilitiesToString()
1338 if (hasCapabilities(CAPABILITY_MULTI_USER)) { in capabilitiesToString()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java1061 public boolean hasCapabilities(int connectionCapabilities) { in hasCapabilities() method in Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1120 hasCapabilities(Connection.Capability.SUPPORTS_VT_LOCAL_BIDIRECTIONAL)); in updateMediaCapabilities()
DImsPhoneCallTracker.java5657 if (conn.hasCapabilities( in maybeNotifyDataDisabled()
5725 if (conn.hasCapabilities( in downgradeVideoCall()
/frameworks/base/config/
Dboot-profile.txt1170 Landroid/telecom/PhoneAccount;->hasCapabilities(I)Z
Dboot-image-profile.txt13993 HSPLandroid/telecom/PhoneAccount;->hasCapabilities(I)Z
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java12766 && phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) { in getSubIdForPhoneAccount()
/frameworks/base/boot/
Dboot-image-profile.txt13929 HSPLandroid/telecom/PhoneAccount;->hasCapabilities(I)Z
/frameworks/base/core/api/
Dcurrent.txt43034 method public boolean hasCapabilities(int);