Searched defs:mPhoneAccountRegistrar (Results 1 - 13 of 13) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceRepository.java36 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:ConnectionServiceRepository
56 mPhoneAccountRegistrar = phoneAccountRegistrar;
70 mPhoneAccountRegistrar,
H A DCreateConnectionTimeout.java34 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CreateConnectionTimeout
45 mPhoneAccountRegistrar = phoneAccountRegistrar;
60 mPhoneAccountRegistrar.getSimCallManagerFromCall(mCall);
72 mPhoneAccountRegistrar.getSystemSimCallManagerComponent())) {
H A DBluetoothPhoneServiceImpl.java445 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:BluetoothPhoneServiceImpl
462 mPhoneAccountRegistrar = phoneAccountRegistrar;
860 if (mPhoneAccountRegistrar == null) {
869 account = mPhoneAccountRegistrar.getPhoneAccountOfCurrentUser(
875 account = mPhoneAccountRegistrar.getPhoneAccountUnchecked(
876 mPhoneAccountRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(
H A DCreateConnectionProcessor.java95 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CreateConnectionProcessor
109 mPhoneAccountRegistrar = phoneAccountRegistrar;
178 if (!mPhoneAccountRegistrar.phoneAccountRequiresBindPermission(
190 !mPhoneAccountRegistrar.phoneAccountRequiresBindPermission(
229 mContext, mPhoneAccountRegistrar, service, mCall);
256 mPhoneAccountRegistrar.getSimCallManagerFromCall(mCall);
268 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar
287 mPhoneAccountRegistrar.getSimCallManagerFromCall(mCall),
304 List<PhoneAccount> allAccounts = mPhoneAccountRegistrar
318 PhoneAccount preferredPA = mPhoneAccountRegistrar
[all...]
H A DTelecomSystem.java94 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:TelecomSystem
112 mPhoneAccountRegistrar.setCurrentUserHandle(currentUserHandle);
165 mPhoneAccountRegistrar = new PhoneAccountRegistrar(mContext);
180 .makeMissedCallNotifierImpl(mContext, mPhoneAccountRegistrar,
192 mPhoneAccountRegistrar,
213 mContext, mLock, mCallsManager, mPhoneAccountRegistrar);
224 mContext, mCallsManager, mPhoneAccountRegistrar,
240 return mPhoneAccountRegistrar;
H A DCallLogManager.java116 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CallLogManager
131 mPhoneAccountRegistrar = phoneAccountRegistrar;
374 PhoneAccount phoneAccount = mPhoneAccountRegistrar
H A DTelecomServiceImpl.java124 return mPhoneAccountRegistrar
144 return mPhoneAccountRegistrar.getUserSelectedOutgoingPhoneAccount(
164 mPhoneAccountRegistrar.setUserSelectedOutgoingPhoneAccount(
190 return mPhoneAccountRegistrar.getCallCapablePhoneAccounts(null,
216 return mPhoneAccountRegistrar.getCallCapablePhoneAccounts(uriScheme, false,
237 return mPhoneAccountRegistrar.getPhoneAccountsForPackage(packageName,
260 return mPhoneAccountRegistrar
296 return mPhoneAccountRegistrar.getAllPhoneAccounts(callingUserHandle);
314 return mPhoneAccountRegistrar.getAllPhoneAccountHandles(callingUserHandle);
353 return mPhoneAccountRegistrar
1214 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:TelecomServiceImpl
[all...]
H A DConnectionServiceWrapper.java670 mPhoneAccountRegistrar.getCallCapablePhoneAccounts(null /*uriScheme*/,
681 mPhoneAccountRegistrar.getSimCallManager(userHandle))) {
751 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:ConnectionServiceWrapper
779 mPhoneAccountRegistrar = phoneAccountRegistrar;
1194 PhoneAccountHandle simCallManager = mPhoneAccountRegistrar.getSimCallManager(userHandle);
1205 for (PhoneAccountHandle handle : mPhoneAccountRegistrar.getSimPhoneAccounts(userHandle)) {
H A DCallsManager.java192 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CallsManager
237 mPhoneAccountRegistrar = phoneAccountRegistrar;
292 new ConnectionServiceRepository(mPhoneAccountRegistrar, mContext, mLock, this);
367 filters.add(new CallScreeningServiceFilter(mContext, this, mPhoneAccountRegistrar,
741 call.startCreateConnection(mPhoneAccountRegistrar);
770 call.startCreateConnection(mPhoneAccountRegistrar);
857 mPhoneAccountRegistrar.getPhoneAccount(phoneAccountHandle, initiatingUser);
896 mPhoneAccountRegistrar.getOutgoingPhoneAccountForScheme(handle.getScheme(),
1017 call.startCreateConnection(mPhoneAccountRegistrar);
1018 } else if (mPhoneAccountRegistrar
[all...]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallScreeningServiceFilterTest.java64 @Mock PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CallScreeningServiceFilterTest
108 mFilter = new CallScreeningServiceFilter(mContext, mCallsManager, mPhoneAccountRegistrar,
116 eq(mCall), anyBoolean(), eq(mPhoneAccountRegistrar))).thenReturn(null);
H A DMissedCallNotifierImplTest.java87 private PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:MissedCallNotifierImplTest
170 mPhoneAccountRegistrar, new PhoneNumberUtilsAdapterImpl(), fakeBuilderFactory);
319 mPhoneAccountRegistrar, new PhoneNumberUtilsAdapterImpl(), fakeBuilderFactory);
378 mPhoneAccountRegistrar, new PhoneNumberUtilsAdapterImpl(), fakeBuilderFactory);
390 when(mPhoneAccountRegistrar.getPhoneAccountUnchecked(phoneAccountHandle))
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
H A DCallScreeningServiceFilter.java137 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CallScreeningServiceFilter
164 mPhoneAccountRegistrar = phoneAccountRegistrar;
256 mPhoneAccountRegistrar));
/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DMissedCallNotifierImpl.java133 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:MissedCallNotifierImpl
153 mPhoneAccountRegistrar = phoneAccountRegistrar;
264 mPhoneAccountRegistrar.getPhoneAccountUnchecked(phoneAccountHandle);

Completed in 105 milliseconds