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

1 2

  /frameworks/base/telecomm/java/android/telecom/
PhoneAccount.java 687 public boolean hasCapabilities(int capability) {
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/util/
CallUtil.java 79 if (account.hasCapabilities(PhoneAccount.CAPABILITY_VIDEO_CALLING)) {
86 if (account.hasCapabilities(PhoneAccount.CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE)) {
144 if (account != null && account.hasCapabilities(PhoneAccount.CAPABILITY_CALL_SUBJECT)) {
  /packages/services/Telecomm/src/com/android/server/telecom/
TelephonyUtil.java 87 boolean isSim1 = account1.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION);
88 boolean isSim2 = account2.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION);
CreateConnectionProcessor.java 339 preferredPA.hasCapabilities(PhoneAccount.CAPABILITY_PLACE_EMERGENCY_CALLS) &&
340 preferredPA.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
353 if (phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_PLACE_EMERGENCY_CALLS)
354 && phoneAccount.hasCapabilities(
373 if (callManager != null && callManager.hasCapabilities(
PhoneAccountRegistrar.java 191 if (account != null && account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
323 if (!account.hasCapabilities(PhoneAccount.CAPABILITY_CALL_PROVIDER)) {
329 if (account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
464 } else if (account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
506 if (account.hasCapabilities(PhoneAccount.CAPABILITY_MULTI_USER)) {
698 if (account.hasCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED)) {
723 isEnabled || account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)
724 || account.hasCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED));
    [all...]
TelecomServiceImpl.java 421 if (account.hasCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED)) {
423 if (account.hasCapabilities(PhoneAccount.CAPABILITY_CALL_PROVIDER) ||
424 account.hasCapabilities(
426 account.hasCapabilities(
437 if (account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
440 if (account.hasCapabilities(PhoneAccount.CAPABILITY_MULTI_USER)) {
    [all...]
Call.java     [all...]
CallLogManager.java 433 phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_MULTI_USER)) {
CallsManager.java     [all...]
  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
PhoneAccountUtils.java 57 return account != null && account.hasCapabilities(PhoneAccount.CAPABILITY_CALL_SUBJECT);
  /packages/apps/Contacts/src/com/android/contacts/
CallUtil.java 168 if (account.hasCapabilities(PhoneAccount.CAPABILITY_VIDEO_CALLING)) {
175 if (account.hasCapabilities(PhoneAccountSdkCompat
214 if (account != null && 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);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
SelfManagedIncomingCallTestActivity.java 71 account.hasCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED) &&
74 account2.hasCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED)) {
  /packages/apps/Dialer/java/com/android/dialer/telecom/
TelecomUtil.java 160 if (account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
314 if (phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)
  /cts/tests/tests/telecom/src/android/telecom/cts/
PhoneAccountOperationsTest.java 217 retrievedPhoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_CALL_PROVIDER |
  /packages/apps/Dialer/java/com/android/dialer/notification/
VoicemailChannelUtils.java 207 if (!phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorSimCallManager.java 209 if (account.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
  /cts/tests/tests/print/src/android/print/cts/
PrinterDiscoverySessionLifecycleTest.java 79 * @param hasCapabilities If the printer has capabilities
81 private void addPrinter(@NonNull String localId, boolean hasCapabilities) {
89 if (hasCapabilities) {
  /packages/apps/Dialer/java/com/android/dialer/app/settings/
DialerSettingsActivity.java 244 if (phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 710 public boolean hasCapabilities(int connectionCapabilities) {
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
MissedCallNotifier.java 276 if (phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED)) {
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 266 phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_MULTI_USER)) {
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 506 boolean oldRttEnabled = mAccount.hasCapabilities(PhoneAccount.CAPABILITY_RTT);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java     [all...]

Completed in 501 milliseconds

1 2