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

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/unit/
PhoneAccountRegistrarTest.java 96 mRegistrar.registerPhoneAccount(makeQuickAccountBuilder("id" + i, i++)
100 mRegistrar.registerPhoneAccount(makeQuickAccountBuilder("id" + i, i++)
104 mRegistrar.registerPhoneAccount(makeQuickAccountBuilder("id" + i, i++)
108 mRegistrar.registerPhoneAccount(makeQuickAccountBuilder("id" + i, i++)
124 mRegistrar.registerPhoneAccount(simManagerAccount);
136 mRegistrar.registerPhoneAccount(simManagerAccount);
145 mRegistrar.registerPhoneAccount(simManagerImposterAccount);
159 mRegistrar.registerPhoneAccount(new PhoneAccount.Builder(telAccount, "tel_acct")
169 mRegistrar.registerPhoneAccount(new PhoneAccount.Builder(sipAccount, "sip_acct")
180 mRegistrar.registerPhoneAccount(new PhoneAccount.Builder(connectionManager, "mgr_acct"
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
CallServiceNotifier.java 99 public void registerPhoneAccount(Context context) {
105 telecomManager.registerPhoneAccount(PhoneAccount.builder(
119 telecomManager.registerPhoneAccount(PhoneAccount.builder(
133 telecomManager.registerPhoneAccount(PhoneAccount.builder(
CallNotificationReceiver.java 59 CallServiceNotifier.getInstance().registerPhoneAccount(context);
  /frameworks/base/telecomm/java/com/android/internal/telecom/
ITelecomService.aidl 104 * @see TelecomServiceImpl#registerPhoneAccount
106 void registerPhoneAccount(in PhoneAccount metadata);
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipAccountRegistry.java 220 telecomManager.registerPhoneAccount(phoneAccount);
  /frameworks/base/telecomm/java/android/telecom/
TelecomManager.java 642 public void registerPhoneAccount(PhoneAccount account) {
645 getTelecomService().registerPhoneAccount(account);
648 Log.e(TAG, "Error calling ITelecomService#registerPhoneAccount", e);
927 * with {@link #registerPhoneAccount}. Once invoked, this method will cause the system to bind
933 * {@link #registerPhoneAccount}
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 168 mTelecomManager.registerPhoneAccount(account);
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomService.java 372 public void registerPhoneAccount(PhoneAccount account) {
390 mPhoneAccountRegistrar.registerPhoneAccount(account);
392 Log.e(this, e, "registerPhoneAccount %s", account);
    [all...]
PhoneAccountRegistrar.java 498 public void registerPhoneAccount(PhoneAccount account) {
    [all...]

Completed in 102 milliseconds