/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CreateConnectionProcessor.java | 138 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in CreateConnectionProcessor 158 mPhoneAccountRegistrar = phoneAccountRegistrar; in CreateConnectionProcessor() 236 if (!mPhoneAccountRegistrar.phoneAccountRequiresBindPermission( in attemptNextPhoneAccount() 248 !mPhoneAccountRegistrar.phoneAccountRequiresBindPermission( in attemptNextPhoneAccount() 335 mContext, mPhoneAccountRegistrar, service, mCall, mTimeoutsAdapter); in setTimeoutIfNeeded() 362 mPhoneAccountRegistrar.getSimCallManagerFromCall(mCall); in shouldSetConnectionManager() 374 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar in shouldSetConnectionManager() 393 mPhoneAccountRegistrar.getSimCallManagerFromCall(mCall), in adjustAttemptsForConnectionManager() 433 List<PhoneAccount> allAccounts = mPhoneAccountRegistrar in adjustAttemptsForEmergency() 443 allAccounts = mPhoneAccountRegistrar.getAllPhoneAccounts(userFromCall, true) in adjustAttemptsForEmergency() [all …]
|
D | CreateConnectionTimeout.java | 41 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in CreateConnectionTimeout 54 mPhoneAccountRegistrar = phoneAccountRegistrar; in CreateConnectionTimeout() 72 mPhoneAccountRegistrar.getSimCallManagerFromCall(mCall); in isTimeoutNeededForCall() 86 mPhoneAccountRegistrar.getSystemSimCallManagerComponent())) { in isTimeoutNeededForCall() 126 mPhoneAccountRegistrar.getSimCallManagerFromCall(mCall); in loggedRun() 128 PhoneAccount account = mPhoneAccountRegistrar.getPhoneAccount(connectionManager, in loggedRun()
|
D | TelecomServiceImpl.java | 302 phoneAccountHandle = mPhoneAccountRegistrar 334 return mPhoneAccountRegistrar.getUserSelectedOutgoingPhoneAccount( 354 mPhoneAccountRegistrar.setUserSelectedOutgoingPhoneAccount( 413 mPhoneAccountRegistrar.getCallCapablePhoneAccounts(null, 443 return new ParceledListSlice<>(mPhoneAccountRegistrar 476 return new ParceledListSlice<>(mPhoneAccountRegistrar 510 return new ParceledListSlice<>(mPhoneAccountRegistrar 550 return new ParceledListSlice<>(mPhoneAccountRegistrar 596 PhoneAccount account = mPhoneAccountRegistrar 640 mPhoneAccountRegistrar.getPhoneAccounts( [all …]
|
D | TelecomSystem.java | 132 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in TelecomSystem 153 mPhoneAccountRegistrar.setCurrentUserHandle(currentUserHandle); 246 mPhoneAccountRegistrar = new PhoneAccountRegistrar(mContext, mLock, defaultDialerCache, in TelecomSystem() 276 .makeMissedCallNotifierImpl(mContext, mPhoneAccountRegistrar, in TelecomSystem() 393 mPhoneAccountRegistrar, in TelecomSystem() 469 mPhoneAccountRegistrar.setCurrentUserHandle(currentUserHandle); in TelecomSystem() 485 mContext, mCallsManager, mPhoneAccountRegistrar, in TelecomSystem() 507 return mPhoneAccountRegistrar; in getPhoneAccountRegistrar()
|
D | ConnectionServiceRepository.java | 37 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in ConnectionServiceRepository 60 mPhoneAccountRegistrar = phoneAccountRegistrar; in ConnectionServiceRepository() 77 mPhoneAccountRegistrar, in getService()
|
D | CallsManager.java | 464 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in CallsManager 624 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallsManager() 625 mPhoneAccountRegistrar.addListener(mPhoneAccountListener); in CallsManager() 716 new ConnectionServiceRepository(mPhoneAccountRegistrar, mContext, mLock, this, in CallsManager() 858 PhoneAccount phoneAccount = mPhoneAccountRegistrar.getPhoneAccountUnchecked( in onSuccessfulIncomingCall() 1526 PhoneAccount phoneAccount = mPhoneAccountRegistrar.getPhoneAccountUnchecked( in processIncomingCallIntent() 1760 call.startCreateConnection(mPhoneAccountRegistrar); in processIncomingCallIntent() 1797 call.startCreateConnection(mPhoneAccountRegistrar); in addNewUnknownCall() 1876 mPhoneAccountRegistrar.getPhoneAccount(requestedAccountHandle, initiatingUser); in startOutgoingCall() 2173 mPhoneAccountRegistrar.getCallCapablePhoneAccounts( in startOutgoingCall() [all …]
|
D | CallLogManager.java | 114 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in CallLogManager 137 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallLogManager() 250 int subscriptionId = mPhoneAccountRegistrar in shouldLogDisconnectedCall() 366 PhoneAccount phoneAccount = mPhoneAccountRegistrar.getPhoneAccountUnchecked(accountHandle); in logCall() 464 mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(accountHandle)) : null; in okayToLogCall()
|
D | ConnectionServiceWrapper.java | 1003 mPhoneAccountRegistrar.getCallCapablePhoneAccounts(null /*uriScheme*/, in addExistingConnection() 1017 mPhoneAccountRegistrar.getSimPhoneAccounts(userHandle)) { in addExistingConnection() 1018 int subId = mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount( in addExistingConnection() 1021 mPhoneAccountRegistrar.getSimCallManager(subId, userHandle); in addExistingConnection() 1393 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in ConnectionServiceWrapper 1427 mPhoneAccountRegistrar = phoneAccountRegistrar; in ConnectionServiceWrapper() 2629 for (PhoneAccountHandle handle : mPhoneAccountRegistrar.getSimPhoneAccounts(userHandle)) { in queryRemoteConnectionServices() 2630 int subId = mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(handle); in queryRemoteConnectionServices() 2631 PhoneAccountHandle connectionMgrHandle = mPhoneAccountRegistrar.getSimCallManager(subId, in queryRemoteConnectionServices()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallsManagerTest.java | 273 @Mock private PhoneAccountRegistrar mPhoneAccountRegistrar; field in CallsManagerTest 360 mPhoneAccountRegistrar, in setUp() 401 when(mPhoneAccountRegistrar.getPhoneAccount( in setUp() 403 when(mPhoneAccountRegistrar.getPhoneAccount( in setUp() 405 when(mPhoneAccountRegistrar.getPhoneAccount( in setUp() 407 when(mPhoneAccountRegistrar.getPhoneAccount( in setUp() 409 when(mPhoneAccountRegistrar.getPhoneAccount( in setUp() 411 when(mPhoneAccountRegistrar.getPhoneAccount( in setUp() 789 when(mPhoneAccountRegistrar.getOutgoingPhoneAccountForScheme(any(), any())).thenReturn( in testFindOutgoingCallAccountDefault() 791 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testFindOutgoingCallAccountDefault() [all …]
|
D | MissedCallNotifierImplTest.java | 167 private PhoneAccountRegistrar mPhoneAccountRegistrar; field in MissedCallNotifierImplTest 334 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory, in testNotifyMultipleMissedCalls() 490 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory, in testNoSmsBackAfterMissedSipCall() 551 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory, in testLoadOneCallFromDb() 621 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory, in testLoadTwoCallsFromDb() 663 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory, in testDialerHandleMissedCall() 706 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory, in testGetCountryIsoWithNoTelephony() 746 mPhoneAccountRegistrar, mDefaultDialerCache, fakeBuilderFactory, in makeMissedCallNotifier() 758 when(mPhoneAccountRegistrar.getPhoneAccountUnchecked(phoneAccountHandle)) in makePhoneAccount()
|
D | ParcelableCallUtilsTest.java | 50 @Mock private PhoneAccountRegistrar mPhoneAccountRegistrar; field in ParcelableCallUtilsTest 61 when(mCallsManager.getPhoneAccountRegistrar()).thenReturn(mPhoneAccountRegistrar); in setUp() 63 when(mPhoneAccountRegistrar.getPhoneAccountUnchecked(any())).thenReturn(null); in setUp()
|
D | CallRedirectionProcessorTest.java | 72 @Mock private PhoneAccountRegistrar mPhoneAccountRegistrar; field in CallRedirectionProcessorTest 183 mPhoneAccountRegistrar, null, SPEAKER_PHONE_ON, VIDEO_STATE); in startProcessWithNoGateWayInfo() 189 mPhoneAccountRegistrar, mGatewayInfo, SPEAKER_PHONE_ON, VIDEO_STATE); in startProcessWithGateWayInfo() 392 mCallsManager, mPhoneAccountRegistrar); in testFormatNumberToE164WhenNoTelephony()
|
D | NewOutgoingCallIntentBroadcasterTest.java | 96 @Mock private PhoneAccountRegistrar mPhoneAccountRegistrar; field in NewOutgoingCallIntentBroadcasterTest 112 when(mCallsManager.getPhoneAccountRegistrar()).thenReturn(mPhoneAccountRegistrar); in setUp() 114 when(mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount( in setUp() 116 when(mPhoneAccountRegistrar.getPhoneAccountUnchecked( in setUp()
|
D | CallScreeningServiceFilterTest.java | 80 @Mock PhoneAccountRegistrar mPhoneAccountRegistrar; field in CallScreeningServiceFilterTest 141 eq(mCall), anyBoolean(), eq(mPhoneAccountRegistrar))).thenReturn(null); in setUp()
|
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/ |
D | CallRedirectionProcessorHelper.java | 45 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in CallRedirectionProcessorHelper 53 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallRedirectionProcessorHelper() 78 PersistableBundle pb = configManager.getConfigForSubId(mPhoneAccountRegistrar in getCarrierCallRedirectionService()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 136 private final PhoneAccountRegistrar mPhoneAccountRegistrar; field in MissedCallNotifierImpl 166 mPhoneAccountRegistrar = phoneAccountRegistrar; in MissedCallNotifierImpl() 310 mPhoneAccountRegistrar.getPhoneAccountUnchecked(phoneAccountHandle); in showMissedCallNotification()
|