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

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java95 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CreateConnectionProcessor
109 mPhoneAccountRegistrar = phoneAccountRegistrar;
180 if (!mPhoneAccountRegistrar.phoneAccountRequiresBindPermission(
192 !mPhoneAccountRegistrar.phoneAccountRequiresBindPermission(
231 mContext, mPhoneAccountRegistrar, service, mCall);
258 mPhoneAccountRegistrar.getSimCallManagerFromCall(mCall);
270 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar
289 mPhoneAccountRegistrar.getSimCallManagerFromCall(mCall),
306 List<PhoneAccount> allAccounts = mPhoneAccountRegistrar
320 PhoneAccount preferredPA = mPhoneAccountRegistrar
[all...]
H A DConnectionServiceRepository.java36 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:ConnectionServiceRepository
56 mPhoneAccountRegistrar = phoneAccountRegistrar;
70 mPhoneAccountRegistrar,
H A DCreateConnectionTimeout.java35 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CreateConnectionTimeout
46 mPhoneAccountRegistrar = phoneAccountRegistrar;
61 mPhoneAccountRegistrar.getSimCallManagerFromCall(mCall);
73 mPhoneAccountRegistrar.getSystemSimCallManagerComponent())) {
H A DTelecomSystem.java105 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:TelecomSystem
126 mPhoneAccountRegistrar.setCurrentUserHandle(currentUserHandle);
203 mPhoneAccountRegistrar = new PhoneAccountRegistrar(mContext, defaultDialerCache,
234 .makeMissedCallNotifierImpl(mContext, mPhoneAccountRegistrar, defaultDialerCache);
245 mPhoneAccountRegistrar,
288 mContext, mLock, mCallsManager, mPhoneAccountRegistrar);
299 mContext, mCallsManager, mPhoneAccountRegistrar,
315 return mPhoneAccountRegistrar;
H A DTelecomServiceImpl.java97 return mPhoneAccountRegistrar
117 return mPhoneAccountRegistrar.getUserSelectedOutgoingPhoneAccount(
137 mPhoneAccountRegistrar.setUserSelectedOutgoingPhoneAccount(
163 return mPhoneAccountRegistrar.getCallCapablePhoneAccounts(null,
188 return mPhoneAccountRegistrar.getSelfManagedPhoneAccounts(
220 return mPhoneAccountRegistrar.getCallCapablePhoneAccounts(uriScheme, false,
241 return mPhoneAccountRegistrar.getPhoneAccountsForPackage(packageName,
264 return mPhoneAccountRegistrar
322 return mPhoneAccountRegistrar.getAllPhoneAccounts(callingUserHandle);
352 return mPhoneAccountRegistrar
1420 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:TelecomServiceImpl
[all...]
H A DBluetoothPhoneServiceImpl.java447 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:BluetoothPhoneServiceImpl
464 mPhoneAccountRegistrar = phoneAccountRegistrar;
880 if (mPhoneAccountRegistrar == null) {
889 account = mPhoneAccountRegistrar.getPhoneAccountOfCurrentUser(
895 account = mPhoneAccountRegistrar.getPhoneAccountUnchecked(
896 mPhoneAccountRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(
H A DCallLogManager.java117 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CallLogManager
132 mPhoneAccountRegistrar = phoneAccountRegistrar;
278 mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(accountHandle));
392 PhoneAccount phoneAccount = mPhoneAccountRegistrar
H A DCallsManager.java253 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CallsManager
317 mPhoneAccountRegistrar = phoneAccountRegistrar;
318 mPhoneAccountRegistrar.addListener(mPhoneAccountListener);
373 new ConnectionServiceRepository(mPhoneAccountRegistrar, mContext, mLock, this);
457 filters.add(new CallScreeningServiceFilter(mContext, this, mPhoneAccountRegistrar,
846 PhoneAccount phoneAccount = mPhoneAccountRegistrar.getPhoneAccountUnchecked(
949 call.startCreateConnection(mPhoneAccountRegistrar);
979 call.startCreateConnection(mPhoneAccountRegistrar);
1035 mPhoneAccountRegistrar.getPhoneAccount(phoneAccountHandle, initiatingUser);
1104 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar
[all...]
H A DConnectionServiceWrapper.java711 mPhoneAccountRegistrar.getCallCapablePhoneAccounts(null /*uriScheme*/,
722 mPhoneAccountRegistrar.getSimCallManager(userHandle))) {
841 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:ConnectionServiceWrapper
869 mPhoneAccountRegistrar = phoneAccountRegistrar;
1398 PhoneAccountHandle simCallManager = mPhoneAccountRegistrar.getSimCallManager(userHandle);
1409 for (PhoneAccountHandle handle : mPhoneAccountRegistrar.getSimPhoneAccounts(userHandle)) {
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
H A DCallScreeningServiceFilter.java139 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CallScreeningServiceFilter
166 mPhoneAccountRegistrar = phoneAccountRegistrar;
258 mPhoneAccountRegistrar));
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallScreeningServiceFilterTest.java66 @Mock PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CallScreeningServiceFilterTest
109 mFilter = new CallScreeningServiceFilter(mContext, mCallsManager, mPhoneAccountRegistrar,
117 eq(mCall), anyBoolean(), eq(mPhoneAccountRegistrar))).thenReturn(null);
H A DMissedCallNotifierImplTest.java143 private PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:MissedCallNotifierImplTest
235 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory);
384 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory);
443 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory);
511 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory);
573 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory);
585 when(mPhoneAccountRegistrar.getPhoneAccountUnchecked(phoneAccountHandle))
/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DMissedCallNotifierImpl.java128 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:MissedCallNotifierImpl
150 mPhoneAccountRegistrar = phoneAccountRegistrar;
262 mPhoneAccountRegistrar.getPhoneAccountUnchecked(phoneAccountHandle);

Completed in 1394 milliseconds