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

  /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/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java 171 List<PhoneAccountHandle> outgoing = getCallCapablePhoneAccounts(uriScheme);
442 public List<PhoneAccountHandle> getCallCapablePhoneAccounts() {
453 public List<PhoneAccountHandle> getCallCapablePhoneAccounts(String uriScheme) {
    [all...]
TelecomService.java 236 public List<PhoneAccountHandle> getCallCapablePhoneAccounts() {
241 mPhoneAccountRegistrar.getCallCapablePhoneAccounts());
243 Log.e(this, e, "getCallCapablePhoneAccounts");
256 mPhoneAccountRegistrar.getCallCapablePhoneAccounts(uriScheme));
    [all...]

Completed in 584 milliseconds