HomeSort by relevance Sort by last modified time
    Searched refs:hasCapabilities (Results 1 - 17 of 17) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
PhoneAccount.java 504 public boolean hasCapabilities(int capability) {
719 if (hasCapabilities(CAPABILITY_VIDEO_CALLING)) {
722 if (hasCapabilities(CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE)) {
725 if (hasCapabilities(CAPABILITY_CALL_PROVIDER)) {
728 if (hasCapabilities(CAPABILITY_CALL_SUBJECT)) {
731 if (hasCapabilities(CAPABILITY_CONNECTION_MANAGER)) {
734 if (hasCapabilities(CAPABILITY_EMERGENCY_CALLS_ONLY)) {
737 if (hasCapabilities(CAPABILITY_MULTI_USER)) {
740 if (hasCapabilities(CAPABILITY_PLACE_EMERGENCY_CALLS)) {
743 if (hasCapabilities(CAPABILITY_EMERGENCY_VIDEO_CALLING))
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
CallUtil.java 147 if (account.hasCapabilities(PhoneAccount.CAPABILITY_VIDEO_CALLING)) {
154 if (account.hasCapabilities(
198 if (account != null && account.hasCapabilities(PhoneAccount.CAPABILITY_CALL_SUBJECT)) {
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneAccountUtils.java 45 if (account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
102 account.hasCapabilities(PhoneAccount.CAPABILITY_CALL_SUBJECT);
  /packages/services/Telephony/src/com/android/phone/settings/
PhoneAccountSettingsFragment.java 303 boolean isSim1 = account1.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION);
304 boolean isSim2 = account2.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION);
347 if (account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
370 account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION);
412 account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
AccountSelectionPreference.java 93 account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION);
  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionProcessor.java 312 if (phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_PLACE_EMERGENCY_CALLS) &&
313 phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
330 if (callManager != null && callManager.hasCapabilities(
PhoneAccountRegistrar.java 174 if (account != null && account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
266 if (!account.hasCapabilities(PhoneAccount.CAPABILITY_CALL_PROVIDER)) {
272 if (account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
405 } else if (account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
447 if (account.hasCapabilities(PhoneAccount.CAPABILITY_MULTI_USER)) {
597 isEnabled || account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION));
    [all...]
CallLogManager.java 365 phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_MULTI_USER)) {
TelecomServiceImpl.java 382 if (account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
385 if (account.hasCapabilities(PhoneAccount.CAPABILITY_MULTI_USER)) {
    [all...]
Call.java     [all...]
CallsManager.java     [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
PhoneAccountOperationsTest.java 196 retrievedPhoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_CALL_PROVIDER |
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MissedCallNotifierImplTest.java 264 if (phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_MULTI_USER)) {
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
Call.java 488 mIsCallSubjectSupported = phoneAccount.hasCapabilities(
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 288 phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_MULTI_USER)) {
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 

Completed in 690 milliseconds