Searched refs:mPhoneAccountRegistrar (Results 1 - 8 of 8) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomSystem.java61 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:TelecomSystem
76 mPhoneAccountRegistrar.setCurrentUserHandle(currentUserHandle);
102 mPhoneAccountRegistrar = new PhoneAccountRegistrar(mContext);
111 mPhoneAccountRegistrar,
121 mContext, mLock, mCallsManager, mPhoneAccountRegistrar);
126 mContext, mCallsManager, mPhoneAccountRegistrar, mLock);
131 return mPhoneAccountRegistrar;
H A DCreateConnectionTimeout.java33 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CreateConnectionTimeout
43 mPhoneAccountRegistrar = phoneAccountRegistrar;
57 PhoneAccountHandle connectionManager = mPhoneAccountRegistrar.getSimCallManager();
69 mPhoneAccountRegistrar.getSystemSimCallManagerComponent())) {
H A DCreateConnectionProcessor.java96 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CreateConnectionProcessor
108 mPhoneAccountRegistrar = phoneAccountRegistrar;
171 if (!mPhoneAccountRegistrar.phoneAccountRequiresBindPermission(
183 !mPhoneAccountRegistrar.phoneAccountRequiresBindPermission(
227 mContext, mPhoneAccountRegistrar, service, mCall);
257 PhoneAccountHandle connectionManager = mPhoneAccountRegistrar.getSimCallManager();
269 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar.getPhoneAccountCheckCallingUser(
288 mPhoneAccountRegistrar.getSimCallManager(),
303 List<PhoneAccount> allAccounts = mPhoneAccountRegistrar.getAllPhoneAccounts();
330 PhoneAccountHandle callManagerHandle = mPhoneAccountRegistrar
[all...]
H A DConnectionServiceRepository.java34 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:ConnectionServiceRepository
54 mPhoneAccountRegistrar = phoneAccountRegistrar;
67 mPhoneAccountRegistrar,
H A DTelecomServiceImpl.java78 mPhoneAccountRegistrar.getOutgoingPhoneAccountForScheme(uriScheme);
102 mPhoneAccountRegistrar.getUserSelectedOutgoingPhoneAccount();
123 mPhoneAccountRegistrar.setUserSelectedOutgoingPhoneAccount(accountHandle);
146 mPhoneAccountRegistrar.getCallCapablePhoneAccounts(
170 mPhoneAccountRegistrar.getCallCapablePhoneAccounts(uriScheme, false));
185 mPhoneAccountRegistrar.getPhoneAccountsForPackage(packageName));
202 return mPhoneAccountRegistrar.getPhoneAccount(accountHandle);
227 List<PhoneAccount> allPhoneAccounts = mPhoneAccountRegistrar
249 mPhoneAccountRegistrar.getAllPhoneAccountHandles());
277 accountHandle = mPhoneAccountRegistrar
919 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:TelecomServiceImpl
[all...]
H A DBluetoothPhoneServiceImpl.java402 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:BluetoothPhoneServiceImpl
418 mPhoneAccountRegistrar = phoneAccountRegistrar;
806 if (mPhoneAccountRegistrar == null) {
815 account = mPhoneAccountRegistrar.getPhoneAccountCheckCallingUser(
821 account = mPhoneAccountRegistrar.getPhoneAccountCheckCallingUser(
822 mPhoneAccountRegistrar.getOutgoingPhoneAccountForScheme(
H A DCallsManager.java134 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CallsManager
168 mPhoneAccountRegistrar = phoneAccountRegistrar;
185 new ConnectionServiceRepository(mPhoneAccountRegistrar, mContext, mLock, this);
511 call.startCreateConnection(mPhoneAccountRegistrar);
535 call.startCreateConnection(mPhoneAccountRegistrar);
599 mPhoneAccountRegistrar.getCallCapablePhoneAccounts(handle.getScheme(), false);
631 mPhoneAccountRegistrar.getOutgoingPhoneAccountForScheme(handle.getScheme());
725 call.startCreateConnection(mPhoneAccountRegistrar);
960 call.startCreateConnection(mPhoneAccountRegistrar);
966 mPhoneAccountRegistrar
[all...]
H A DConnectionServiceWrapper.java600 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:ConnectionServiceWrapper
627 mPhoneAccountRegistrar = phoneAccountRegistrar;
968 PhoneAccountHandle simCallManager = mPhoneAccountRegistrar.getSimCallManager();
979 for (PhoneAccountHandle handle : mPhoneAccountRegistrar.getSimPhoneAccounts()) {

Completed in 83 milliseconds