HomeSort by relevance Sort by last modified time
    Searched refs:mPhoneAccountRegistrar (Results 1 - 13 of 13) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionProcessor.java 95 private final PhoneAccountRegistrar mPhoneAccountRegistrar;
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.getPhoneAccountUnchecked
    [all...]
ConnectionServiceRepository.java 36 private final PhoneAccountRegistrar mPhoneAccountRegistrar;
56 mPhoneAccountRegistrar = phoneAccountRegistrar;
70 mPhoneAccountRegistrar,
CreateConnectionTimeout.java 35 private final PhoneAccountRegistrar mPhoneAccountRegistrar;
46 mPhoneAccountRegistrar = phoneAccountRegistrar;
61 mPhoneAccountRegistrar.getSimCallManagerFromCall(mCall);
73 mPhoneAccountRegistrar.getSystemSimCallManagerComponent())) {
TelecomSystem.java 106 private final PhoneAccountRegistrar mPhoneAccountRegistrar;
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;
TelecomServiceImpl.java 96 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.getAllPhoneAccountHandles(callingUserHandle)
    [all...]
BluetoothPhoneServiceImpl.java 446 private final PhoneAccountRegistrar mPhoneAccountRegistrar;
463 mPhoneAccountRegistrar = phoneAccountRegistrar;
    [all...]
CallLogManager.java 117 private final PhoneAccountRegistrar mPhoneAccountRegistrar;
132 mPhoneAccountRegistrar = phoneAccountRegistrar;
269 mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(accountHandle));
379 PhoneAccount phoneAccount = mPhoneAccountRegistrar
CallsManager.java 253 private final PhoneAccountRegistrar mPhoneAccountRegistrar;
314 mPhoneAccountRegistrar = phoneAccountRegistrar;
315 mPhoneAccountRegistrar.addListener(mPhoneAccountListener);
370 new ConnectionServiceRepository(mPhoneAccountRegistrar, mContext, mLock, this);
453 filters.add(new CallScreeningServiceFilter(mContext, this, mPhoneAccountRegistrar,
    [all...]
ConnectionServiceWrapper.java 711 mPhoneAccountRegistrar.getCallCapablePhoneAccounts(null /*uriScheme*/,
722 mPhoneAccountRegistrar.getSimCallManager(userHandle))) {
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
CallScreeningServiceFilter.java 139 private final PhoneAccountRegistrar mPhoneAccountRegistrar;
166 mPhoneAccountRegistrar = phoneAccountRegistrar;
258 mPhoneAccountRegistrar));
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallScreeningServiceFilterTest.java 66 @Mock PhoneAccountRegistrar mPhoneAccountRegistrar;
109 mFilter = new CallScreeningServiceFilter(mContext, mCallsManager, mPhoneAccountRegistrar,
117 eq(mCall), anyBoolean(), eq(mPhoneAccountRegistrar))).thenReturn(null);
MissedCallNotifierImplTest.java 143 private PhoneAccountRegistrar mPhoneAccountRegistrar;
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/
MissedCallNotifierImpl.java 128 private final PhoneAccountRegistrar mPhoneAccountRegistrar;
150 mPhoneAccountRegistrar = phoneAccountRegistrar;
262 mPhoneAccountRegistrar.getPhoneAccountUnchecked(phoneAccountHandle);

Completed in 203 milliseconds