Searched defs:registerPhoneAccount (Results 1 - 3 of 3) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
H A DCallServiceNotifier.java96 public void registerPhoneAccount(Context context) { method in class:CallServiceNotifier
102 telecomManager.registerPhoneAccount(PhoneAccount.builder(
115 telecomManager.registerPhoneAccount(PhoneAccount.builder(
128 telecomManager.registerPhoneAccount(PhoneAccount.builder(
/packages/services/Telecomm/src/com/android/server/telecom/
H A DPhoneAccountRegistrar.java344 public void registerPhoneAccount(PhoneAccount account) { method in class:PhoneAccountRegistrar
H A DTelecomServiceImpl.java292 public void registerPhoneAccount(PhoneAccount account) { method in class:TelecomServiceImpl
304 mPhoneAccountRegistrar.registerPhoneAccount(account);
306 Log.e(this, e, "registerPhoneAccount %s", account);

Completed in 85 milliseconds