HomeSort by relevance Sort by last modified time
    Searched refs:mPhoneAccountRegistrar (Results 1 - 14 of 14) 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(
247 mContext, mPhoneAccountRegistrar, service, mCall);
274 mPhoneAccountRegistrar.getSimCallManagerFromCall(mCall);
286 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar
305 mPhoneAccountRegistrar.getSimCallManagerFromCall(mCall),
322 List<PhoneAccount> allAccounts = mPhoneAccountRegistrar
336 PhoneAccount preferredPA = mPhoneAccountRegistrar.getPhoneAccountUnchecked
    [all...]
ConnectionServiceRepository.java 36 private final PhoneAccountRegistrar mPhoneAccountRegistrar;
57 mPhoneAccountRegistrar = phoneAccountRegistrar;
71 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);
206 mPhoneAccountRegistrar = new PhoneAccountRegistrar(mContext, defaultDialerCache,
241 .makeMissedCallNotifierImpl(mContext, mPhoneAccountRegistrar, defaultDialerCache);
263 mPhoneAccountRegistrar,
309 mContext, mLock, mCallsManager, mPhoneAccountRegistrar);
320 mContext, mCallsManager, mPhoneAccountRegistrar,
336 return mPhoneAccountRegistrar;
TelecomServiceImpl.java 98 return mPhoneAccountRegistrar
118 return mPhoneAccountRegistrar.getUserSelectedOutgoingPhoneAccount(
138 mPhoneAccountRegistrar.setUserSelectedOutgoingPhoneAccount(
164 return mPhoneAccountRegistrar.getCallCapablePhoneAccounts(null,
189 return mPhoneAccountRegistrar.getSelfManagedPhoneAccounts(
221 return mPhoneAccountRegistrar.getCallCapablePhoneAccounts(uriScheme, false,
242 return mPhoneAccountRegistrar.getPhoneAccountsForPackage(packageName,
265 return mPhoneAccountRegistrar
323 return mPhoneAccountRegistrar.getAllPhoneAccounts(callingUserHandle);
353 return mPhoneAccountRegistrar.getAllPhoneAccountHandles(callingUserHandle)
    [all...]
CallLogManager.java 120 private final PhoneAccountRegistrar mPhoneAccountRegistrar;
135 mPhoneAccountRegistrar = phoneAccountRegistrar;
286 mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(accountHandle));
352 mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(accountHandle));
430 PhoneAccount phoneAccount = mPhoneAccountRegistrar
BluetoothPhoneServiceImpl.java 455 private final PhoneAccountRegistrar mPhoneAccountRegistrar;
472 mPhoneAccountRegistrar = phoneAccountRegistrar;
    [all...]
CallsManager.java 269 private final PhoneAccountRegistrar mPhoneAccountRegistrar;
374 mPhoneAccountRegistrar = phoneAccountRegistrar;
375 mPhoneAccountRegistrar.addListener(mPhoneAccountListener);
434 new ConnectionServiceRepository(mPhoneAccountRegistrar, mContext, mLock, this);
525 filters.add(new CallScreeningServiceFilter(mContext, this, mPhoneAccountRegistrar,
    [all...]
ConnectionServiceWrapper.java     [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallsManagerTest.java 120 @Mock private PhoneAccountRegistrar mPhoneAccountRegistrar;
168 mPhoneAccountRegistrar,
187 when(mPhoneAccountRegistrar.getPhoneAccount(
189 when(mPhoneAccountRegistrar.getPhoneAccount(
191 when(mPhoneAccountRegistrar.getPhoneAccount(
274 when(mPhoneAccountRegistrar.getOutgoingPhoneAccountForScheme(any(), any())).thenReturn(
276 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(),
296 when(mPhoneAccountRegistrar.getOutgoingPhoneAccountForScheme(any(), any())).thenReturn(
298 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(),
318 when(mPhoneAccountRegistrar.getOutgoingPhoneAccountForScheme(any(), any())).thenReturn
    [all...]
CallScreeningServiceFilterTest.java 70 @Mock PhoneAccountRegistrar mPhoneAccountRegistrar;
114 mFilter = new CallScreeningServiceFilter(mContext, mCallsManager, mPhoneAccountRegistrar,
122 eq(mCall), anyBoolean(), eq(mPhoneAccountRegistrar))).thenReturn(null);
MissedCallNotifierImplTest.java 151 private PhoneAccountRegistrar mPhoneAccountRegistrar;
248 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory);
403 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory);
463 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory);
532 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory);
594 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory);
606 when(mPhoneAccountRegistrar.getPhoneAccountUnchecked(phoneAccountHandle))
  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
CallScreeningServiceFilter.java 139 private final PhoneAccountRegistrar mPhoneAccountRegistrar;
166 mPhoneAccountRegistrar = phoneAccountRegistrar;
258 mPhoneAccountRegistrar));
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 129 private final PhoneAccountRegistrar mPhoneAccountRegistrar;
151 mPhoneAccountRegistrar = phoneAccountRegistrar;
263 mPhoneAccountRegistrar.getPhoneAccountUnchecked(phoneAccountHandle);

Completed in 144 milliseconds