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.java35 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CreateConnectionTimeout
46 mPhoneAccountRegistrar = phoneAccountRegistrar;
61 mPhoneAccountRegistrar.getSimCallManagerFromCall(mCall);
73 mPhoneAccountRegistrar.getSystemSimCallManagerComponent())) {
H A DBluetoothPhoneServiceImpl.java446 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:BluetoothPhoneServiceImpl
463 mPhoneAccountRegistrar = phoneAccountRegistrar;
875 if (mPhoneAccountRegistrar == null) {
884 account = mPhoneAccountRegistrar.getPhoneAccountOfCurrentUser(
890 account = mPhoneAccountRegistrar.getPhoneAccountUnchecked(
891 mPhoneAccountRegistrar.getOutgoingPhoneAccountForSchemeOfCurrentUser(
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 DTelecomSystem.java106 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:TelecomSystem
127 mPhoneAccountRegistrar.setCurrentUserHandle(currentUserHandle);
202 mPhoneAccountRegistrar = new PhoneAccountRegistrar(mContext, defaultDialerCache,
233 .makeMissedCallNotifierImpl(mContext, mPhoneAccountRegistrar, defaultDialerCache);
244 mPhoneAccountRegistrar,
285 mContext, mLock, mCallsManager, mPhoneAccountRegistrar);
296 mContext, mCallsManager, mPhoneAccountRegistrar,
312 return mPhoneAccountRegistrar;
H A DCallLogManager.java117 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CallLogManager
132 mPhoneAccountRegistrar = phoneAccountRegistrar;
269 mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(accountHandle));
379 PhoneAccount phoneAccount = mPhoneAccountRegistrar
H A DTelecomServiceImpl.java96 return mPhoneAccountRegistrar
116 return mPhoneAccountRegistrar.getUserSelectedOutgoingPhoneAccount(
136 mPhoneAccountRegistrar.setUserSelectedOutgoingPhoneAccount(
162 return mPhoneAccountRegistrar.getCallCapablePhoneAccounts(null,
187 return mPhoneAccountRegistrar.getSelfManagedPhoneAccounts(
213 return mPhoneAccountRegistrar.getCallCapablePhoneAccounts(uriScheme, false,
234 return mPhoneAccountRegistrar.getPhoneAccountsForPackage(packageName,
257 return mPhoneAccountRegistrar
293 return mPhoneAccountRegistrar.getAllPhoneAccounts(callingUserHandle);
311 return mPhoneAccountRegistrar
1347 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:TelecomServiceImpl
[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;
1390 PhoneAccountHandle simCallManager = mPhoneAccountRegistrar.getSimCallManager(userHandle);
1401 for (PhoneAccountHandle handle : mPhoneAccountRegistrar.getSimPhoneAccounts(userHandle)) {
H A DCallsManager.java253 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CallsManager
314 mPhoneAccountRegistrar = phoneAccountRegistrar;
315 mPhoneAccountRegistrar.addListener(mPhoneAccountListener);
370 new ConnectionServiceRepository(mPhoneAccountRegistrar, mContext, mLock, this);
453 filters.add(new CallScreeningServiceFilter(mContext, this, mPhoneAccountRegistrar,
827 PhoneAccount phoneAccount = mPhoneAccountRegistrar.getPhoneAccountUnchecked(
880 call.startCreateConnection(mPhoneAccountRegistrar);
910 call.startCreateConnection(mPhoneAccountRegistrar);
966 mPhoneAccountRegistrar.getPhoneAccount(phoneAccountHandle, initiatingUser);
1035 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar
[all...]
/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/callfiltering/
H A DCallScreeningServiceFilter.java139 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in class:CallScreeningServiceFilter
166 mPhoneAccountRegistrar = phoneAccountRegistrar;
258 mPhoneAccountRegistrar));
/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 149 milliseconds