/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BasicCallTests.java | 93 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleOutgoingCallLocalDisconnect() 110 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleOutgoingCallRemoteDisconnect() 128 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testTelecomManagerAcceptRingingCall() 154 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testTelecomManagerAcceptRingingVideoCall() 182 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testTelecomManagerAcceptRingingVideoCallAsAudio() 209 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testTelecomManagerAcceptRingingInvalidVideoState() 231 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleIncomingCallLocalDisconnect() 246 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleIncomingCallRemoteDisconnect() 270 mPhoneAccountA0.getAccountHandle(), false); in testOutgoingCallAndSelectPhoneAccount() 272 IdPair ids = outgoingCallPhoneAccountSelected(mPhoneAccountA0.getAccountHandle(), in testOutgoingCallAndSelectPhoneAccount() [all …]
|
D | VideoCallTests.java | 45 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneIncomingBidirectional() 60 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneIncomingReceiveOnly() 73 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneOutgoingBidirectional() 87 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneOutgoingTransmitOnly() 101 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testNoAutoSpeakerphoneOnOutgoing() 114 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testNoAutoSpeakerphoneOnIncoming()
|
D | CreateConnectionProcessorTest.java | 224 PhoneAccountHandle emergencyPhoneAccountHandle = emergencyPhoneAccount.getAccountHandle(); in testEmergencyCallToSim() 263 eq(emerCallManagerPA.getAccountHandle())); in testEmergencyCallSimFailToConnectionManager() 273 PhoneAccountHandle emergencyPhoneAccountHandle = emergencyPhoneAccount.getAccountHandle(); in makeEmergencyPhoneAccount() 304 callManagerPA.getAccountHandle()); in getNewConnectionManagerPhoneAccount() 305 givePhoneAccountBindPermission(callManagerPA.getAccountHandle()); in getNewConnectionManagerPhoneAccount() 307 callManagerPA.getAccountHandle())).thenReturn(callManagerPA); in getNewConnectionManagerPhoneAccount() 314 callManagerPA.getAccountHandle()); in getNewEmergencyConnectionManagerPhoneAccount() 315 givePhoneAccountBindPermission(callManagerPA.getAccountHandle()); in getNewEmergencyConnectionManagerPhoneAccount() 317 callManagerPA.getAccountHandle())).thenReturn(callManagerPA); in getNewEmergencyConnectionManagerPhoneAccount()
|
D | CallExtrasTest.java | 54 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsPutExtras() 80 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsPutBooleanExtra() 101 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsPutIntExtra() 122 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsPutStringExtra() 144 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsRemoveExtra() 174 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsUpdateExisting() 210 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsSetExtras() 253 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testICSPutExtras() 276 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testExtrasBidirectional()
|
D | MissedCallNotifierImplTest.java | 136 phoneAccount.getAccountHandle()); in cancelNotificationTestInternal() 163 phoneAccount.getAccountHandle()); in testNotifyMultipleMissedCalls() 257 phoneAccount.getAccountHandle()); in notifySingleCallTestInternal() 267 expectedUserHandle = phoneAccount.getAccountHandle().getUserHandle(); in notifySingleCallTestInternal() 323 phoneAccount.getAccountHandle()); in testNoSmsBackAfterMissedSipCall()
|
D | PhoneAccountRegistrarTest.java | 167 mRegistrar.enablePhoneAccount(account.getAccountHandle(), true); in registerAndEnableAccount() 402 assertPhoneAccountHandleEquals(a.getAccountHandle(), b.getAccountHandle()); in assertPhoneAccountEquals()
|
D | TelecomSystemTest.java | 260 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in makeConferenceCall() 263 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in makeConferenceCall() 361 mPhoneAccountA0.getAccountHandle(), Process.myUserHandle()); in setupConnectionServices()
|
D | TelecomServiceImplTest.java | 372 .getAccountHandle()); in testGetPhoneAccount() 374 .getAccountHandle()); in testGetPhoneAccount() 492 assertEquals(testPhoneAccount.getAccountHandle(), in registerPhoneAccountTestHelper()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnectionService.java | 88 mDevicePhoneAccount.getAccountHandle()); 96 mDevicePhoneAccount.getAccountHandle(), true); 98 mDevicePhoneAccount.getAccountHandle()); 121 mDevicePhoneAccount.getAccountHandle()); 165 mTelecomManager.unregisterPhoneAccount(mDevicePhoneAccount.getAccountHandle()); in onDestroy() 273 buildConnection(getDevice(request.getAccountHandle()), null, request.getAddress()); in onCreateOutgoingConnection() 439 mDevicePhoneAccount.getAccountHandle(), true); 441 mDevicePhoneAccount.getAccountHandle()); 479 return mDevicePhoneAccount.getAccountHandle(); in getHandle()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnectionService.java | 118 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false); in onCreateOutgoingConnection() 155 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false); in onCreateOutgoingConnection() 181 final Phone phone = getPhoneForAccount(request.getAccountHandle(), isEmergencyNumber); in onCreateOutgoingConnection() 298 createConnectionFor(phone, null, true /* isOutgoing */, request.getAccountHandle(), in onCreateOutgoingConnection() 348 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateIncomingConnection() 383 request.getAccountHandle(), request.getTelecomCallId(), in onCreateIncomingConnection() 405 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateUnknownConnection() 484 request.getAccountHandle(), request.getTelecomCallId(), in onCreateUnknownConnection()
|
D | TelecomAccountRegistry.java | 79 mAccount, mAccount.getAccountHandle()); in AccountEntry() 235 return mAccount != null ? mAccount.getAccountHandle() : null; in getPhoneAccountHandle()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneAccountRegistrar.java | 451 UserHandle phoneAccountUserHandle = account.getAccountHandle().getUserHandle(); in isVisibleForUser() 559 if (!phoneAccountRequiresBindPermission(account.getAccountHandle())) { in registerPhoneAccount() 562 account.getAccountHandle()); in registerPhoneAccount() 577 account.getAccountHandle(), account); in addOrReplacePhoneAccount() 584 PhoneAccount oldAccount = getPhoneAccountUnchecked(account.getAccountHandle()); in addOrReplacePhoneAccount() 624 PhoneAccountHandle handle = phoneAccount.getAccountHandle(); in clearAccounts() 672 sb.append("[").append(account1.getAccountHandle()); in getAccountDiffString() 743 if (Objects.equals(handle, m.getAccountHandle())) { in getPhoneAccountUnchecked() 798 handles.add(account.getAccountHandle()); in getPhoneAccountHandles() 851 PhoneAccountHandle handle = m.getAccountHandle(); in getPhoneAccounts() [all …]
|
D | CreateConnectionProcessor.java | 315 phoneAccount.getAccountHandle()); in adjustAttemptsForEmergency() 318 phoneAccount.getAccountHandle(), in adjustAttemptsForEmergency() 319 phoneAccount.getAccountHandle())); in adjustAttemptsForEmergency()
|
D | TelecomServiceImpl.java | 381 account.getAccountHandle().getComponentName().getPackageName()); 388 enforceUserHandleMatchesCaller(account.getAccountHandle()); 396 account.getAccountHandle());
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestConnectionService.java | 322 originalRequest.getAccountHandle(), in onCreateOutgoingConnection() 345 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateIncomingConnection() 386 request.getAccountHandle(), in onCreateIncomingConnection() 401 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateUnknownConnection()
|
D | TestConnectionManager.java | 342 ? createRemoteIncomingConnection(request.getAccountHandle(), request) in makeConnection() 343 : createRemoteOutgoingConnection(request.getAccountHandle(), request); in makeConnection()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | PhoneAccountSettingsFragment.java | 319 String pkg1 = account1.getAccountHandle().getComponentName().getPackageName(); in initAccountList() 320 String pkg2 = account2.getAccountHandle().getComponentName().getPackageName(); in initAccountList() 343 PhoneAccountHandle handle = account.getAccountHandle(); in initAccountList()
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | Call.java | 479 PhoneAccountHandle newPhoneAccountHandle = mTelecomCall.getDetails().getAccountHandle(); in updateFromTelecomCall() 755 public PhoneAccountHandle getAccountHandle() { in getAccountHandle() method in Call 756 return mTelecomCall == null ? null : mTelecomCall.getDetails().getAccountHandle(); in getAccountHandle()
|
D | CallCardPresenter.java | 417 PhoneAccountHandle accountHandle = mPrimary.getAccountHandle(); in getSubscriptionNumber() 524 mPrimary.getAccountHandle()); in setCallbackNumber() 879 PhoneAccountHandle accountHandle = call.getAccountHandle(); in getAccountForCall()
|
D | CallerInfoUtils.java | 122 call.getTelecomCall().getDetails().getAccountHandle(), in isVoiceMailNumber()
|
D | InCallPresenter.java | 1273 if (call.getAccountHandle() == null && !call.isConferenceCall()) { in maybeShowErrorDialogOnDisconnect() 1411 if ((call.getAccountHandle() == null && in isCallWithNoValidAccounts() 1762 return getColorsFromPhoneAccountHandle(call.getAccountHandle()); in getColorsFromCall()
|
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/ |
D | MockCallListWrapper.java | 76 when(call.getAccountHandle()).thenReturn(new PhoneAccountHandle(null, null)); in getMockCall()
|
/packages/services/Telecomm/src/com/android/server/telecom/settings/ |
D | EnableAccountPreferenceFragment.java | 62 mTelecomManager.enablePhoneAccount(mAccount.getAccountHandle(), isChecked()); in onClick()
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
D | SipAccountRegistry.java | 247 telecomManager.enablePhoneAccount(phoneAccount.getAccountHandle(), true); in startSipProfiles()
|
D | SipConnectionService.java | 77 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateOutgoingConnection()
|