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.java123 PhoneAccount.CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE) in registerPhoneAccount()
144 PhoneAccount.CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE) in registerPhoneAccount()
/packages/apps/Dialer/java/com/android/dialer/util/
DCallUtil.java87 if (account.hasCapabilities(PhoneAccount.CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE)) { in getVideoCallingAvailability()
/packages/apps/Contacts/src/com/android/contacts/
DCallUtil.java152 .CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE)) { in getVideoCallingAvailability()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java204 capabilities |= PhoneAccount.CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE; in registerPstnPhoneAccount()