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

  /frameworks/base/telecomm/java/com/android/internal/telecom/
ITelecomService.aidl 81 * @see TelecomManager#getAllPhoneAccounts
83 List<PhoneAccount> getAllPhoneAccounts();
  /frameworks/base/telecomm/java/android/telecom/
TelecomManager.java 655 public List<PhoneAccount> getAllPhoneAccounts() {
658 return getTelecomService().getAllPhoneAccounts();
661 Log.e(TAG, "Error calling ITelecomService#getAllPhoneAccounts", e);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionProcessor.java 303 List<PhoneAccount> allAccounts = mPhoneAccountRegistrar.getAllPhoneAccounts();
TelecomServiceImpl.java 215 return getAllPhoneAccounts().size();
224 public List<PhoneAccount> getAllPhoneAccounts() {
228 .getAllPhoneAccounts();
238 Log.e(this, e, "getAllPhoneAccounts");
251 Log.e(this, e, "getAllPhoneAccounts");
    [all...]
PhoneAccountRegistrar.java 465 public List<PhoneAccount> getAllPhoneAccounts() {
    [all...]

Completed in 34 milliseconds