Home
last modified time | relevance | path

Searched refs:CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/compat/
DPhoneAccountSdkCompat.java31 public static final int CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE = field in PhoneAccountSdkCompat
32 PhoneAccount.CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE;
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java137 PhoneAccount.CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE) in registerPhoneAccount()
159 PhoneAccount.CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE) in registerPhoneAccount()
179 PhoneAccount.CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE) in registerPhoneAccount()
/packages/apps/Dialer/java/com/android/dialer/util/
DCallUtil.java81 if (account.hasCapabilities(PhoneAccount.CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE)) { in getVideoCallingAvailability()
/packages/apps/Contacts/src/com/android/contacts/
DCallUtil.java176 .CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE)) { in getVideoCallingAvailability()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java399 capabilities |= PhoneAccount.CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE; in buildPstnPhoneAccount()