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

  /frameworks/base/telecomm/java/com/android/internal/telecom/
ITelecomService.aidl 54 * @see TelecomServiceImpl#getCallCapablePhoneAccounts
56 List<PhoneAccountHandle> getCallCapablePhoneAccounts();
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneAccountUtils.java 41 List<PhoneAccountHandle> accountHandles = telecomManager.getCallCapablePhoneAccounts();
  /frameworks/base/telecomm/java/android/telecom/
TelecomManager.java 369 * calling {@link #getCallCapablePhoneAccounts()}
509 public List<PhoneAccountHandle> getCallCapablePhoneAccounts() {
512 return getTelecomService().getCallCapablePhoneAccounts();
515 Log.e(TAG, "Error calling ITelecomService#getCallCapablePhoneAccounts", e);
530 return getCallCapablePhoneAccounts().size() > 1;
    [all...]
  /packages/apps/Settings/src/com/android/settings/sim/
SimDialogActivity.java 142 telecomManager.getCallCapablePhoneAccounts().listIterator();
182 telecomManager.getCallCapablePhoneAccounts();
214 telecomManager.getCallCapablePhoneAccounts().listIterator();
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomService.java 236 public List<PhoneAccountHandle> getCallCapablePhoneAccounts() {
241 mPhoneAccountRegistrar.getCallCapablePhoneAccounts());
243 Log.e(this, e, "getCallCapablePhoneAccounts");
256 mPhoneAccountRegistrar.getCallCapablePhoneAccounts(uriScheme));
    [all...]
PhoneAccountRegistrar.java 171 List<PhoneAccountHandle> outgoing = getCallCapablePhoneAccounts(uriScheme);
442 public List<PhoneAccountHandle> getCallCapablePhoneAccounts() {
453 public List<PhoneAccountHandle> getCallCapablePhoneAccounts(String uriScheme) {
    [all...]
CallsManager.java 494 mPhoneAccountRegistrar.getCallCapablePhoneAccounts(handle.getScheme());
    [all...]
ConnectionServiceWrapper.java     [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
CallServiceNotifier.java 152 List<PhoneAccountHandle> accounts = telecomManager.getCallCapablePhoneAccounts();
  /packages/services/Telephony/src/com/android/phone/settings/
PhoneAccountSettingsFragment.java 279 mTelecomManager.getCallCapablePhoneAccounts(),
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/unit/
PhoneAccountRegistrarTest.java 113 assertEquals(3, mRegistrar.getCallCapablePhoneAccounts().size());
  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 402 List <PhoneAccountHandle> accountHandles = telecomManager.getCallCapablePhoneAccounts();

Completed in 569 milliseconds