Home
last modified time | relevance | path

Searched refs:getAccountHandle (Results 1 – 25 of 41) sorted by relevance

12

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java104 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleOutgoingCallLocalDisconnect()
135 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleOutgoingCallRemoteDisconnect()
156 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testTelecomManagerAcceptRingingCall()
186 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testTelecomManagerAcceptRingingVideoCall()
215 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testTelecomManagerAcceptRingingVideoCallAsAudio()
246 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testTelecomManagerAcceptRingingInvalidVideoState()
272 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleIncomingCallLocalDisconnect()
293 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleIncomingCallRemoteDisconnect()
310 mPhoneAccountE0.getAccountHandle(), mConnectionServiceFixtureA); in testIncomingEmergencyCallback()
320 .addNewIncomingCall(mPhoneAccountA0.getAccountHandle(), extras); in testIncomingEmergencyCallback()
[all …]
DCreateConnectionProcessorTest.java302 PhoneAccountHandle regularAccountHandle = regularAccount.getAccountHandle(); in testFakeEmergencyNumber()
308 setTargetPhoneAccount(mMockCall, regularAccount.getAccountHandle()); in testFakeEmergencyNumber()
342 setTargetPhoneAccount(mMockCall, regularAccount.getAccountHandle()); in testEmergencyCall()
352 PhoneAccountHandle emergencyPhoneAccountHandle = emergencyPhoneAccount.getAccountHandle(); in testEmergencyCall()
379 setTargetPhoneAccount(mMockCall, regularAccount.getAccountHandle()); in testEmergencyCallMultiSimNoPreferred()
391 PhoneAccountHandle emergencyPhoneAccountHandle2 = emergencyPhoneAccount2.getAccountHandle(); in testEmergencyCallMultiSimNoPreferred()
418 setTargetPhoneAccount(mMockCall, emergencyPhoneAccount1.getAccountHandle()); in testEmergencyCallMultiSimTelephonyPreferred()
424 PhoneAccountHandle emergencyPhoneAccountHandle2 = emergencyPhoneAccount2.getAccountHandle(); in testEmergencyCallMultiSimTelephonyPreferred()
459 setTargetPhoneAccount(mMockCall, emergencyPhoneAccount2.getAccountHandle()); in testEmergencyCallMultiSimUserPreferred()
461 PhoneAccountHandle emergencyPhoneAccountHandle2 = emergencyPhoneAccount2.getAccountHandle(); in testEmergencyCallMultiSimUserPreferred()
[all …]
DVideoCallTests.java75 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneIncomingBidirectional()
92 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneIncomingReceiveOnly()
107 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneOutgoingBidirectional()
123 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneOutgoingTransmitOnly()
139 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testNoAutoSpeakerphoneOnOutgoing()
154 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testNoAutoSpeakerphoneOnIncoming()
167 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testIncomingVideoCallMissedCheckVideoHistory()
184 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testIncomingVideoCallRejectedCheckVideoHistory()
202 IdPair ids = startOutgoingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testOutgoingVideoCallCanceledCheckVideoHistory()
220 IdPair ids = startOutgoingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testOutgoingVideoCallRejectedCheckVideoHistory()
[all …]
DCallExtrasTest.java81 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsPutExtras()
108 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsPutBooleanExtra()
133 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsPutIntExtra()
157 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsPutStringExtra()
182 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsRemoveExtra()
215 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsUpdateExisting()
254 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testCsSetExtras()
298 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testICSPutExtras()
322 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testExtrasBidirectional()
DMissedInformationTest.java100 mPhoneAccountA0.getAccountHandle(), in testNotMissedCall()
123 mPhoneAccountA0.getAccountHandle()); in testEmergencyCallPlacing()
141 mPhoneAccountA0.getAccountHandle(), in testMaximumDialingCalls()
146 mPhoneAccountA0.getAccountHandle()); in testMaximumDialingCalls()
167 mPhoneAccountA0.getAccountHandle(), in testMaximumRingingCalls()
172 mPhoneAccountA0.getAccountHandle()); in testMaximumRingingCalls()
250 null, null, mPhoneAccountA0.getAccountHandle(), in setUpIncomingCall()
DAnalyticsTests.java104 mPhoneAccountA0.getAccountHandle(), in testAnalyticsSingleCall()
148 mPhoneAccountA0.getAccountHandle(), in testAnalyticsDumping()
193 mPhoneAccountA0.getAccountHandle(),
197 mPhoneAccountA0.getAccountHandle(),
251 mPhoneAccountA0.getAccountHandle(), in testAnalyticsVideo()
327 mPhoneAccountA0.getAccountHandle(), in testAnalyticsDumpToProto()
376 mPhoneAccountA0.getAccountHandle(),
417 mPhoneAccountA0.getAccountHandle(),
DTelecomSystemTest.java414 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in makeConferenceCall()
417 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in makeConferenceCall()
563 mPhoneAccountA0.getAccountHandle(), Process.myUserHandle()); in setupConnectionServices()
758 boolean isSelfManaged = phoneAccountHandle == mPhoneAccountSelfManaged.getAccountHandle(); in startOutgoingPhoneCallWaitForBroadcaster()
787 if (phoneAccountHandle != mPhoneAccountSelfManaged.getAccountHandle()) { in verifyAndProcessOutgoingCallBroadcast()
860 if (phoneAccountHandle == mPhoneAccountSelfManaged.getAccountHandle()) { in outgoingCallCreateConnectionComplete()
938 if (phoneAccountHandle != mPhoneAccountSelfManaged.getAccountHandle()) { in startIncomingPhoneCall()
1007 if (phoneAccountHandle != mPhoneAccountSelfManaged.getAccountHandle()) { in startAndMakeActiveOutgoingCall()
1019 if (phoneAccountHandle != mPhoneAccountSelfManaged.getAccountHandle()) { in startAndMakeActiveOutgoingCall()
1052 if (phoneAccountHandle != mPhoneAccountSelfManaged.getAccountHandle()) { in startAndMakeActiveIncomingCall()
[all …]
DMissedCallNotifierImplTest.java242 CALL_TIMESTAMP, phoneAccount.getAccountHandle()); in testDefaultDialerIncrement()
276 CALL_TIMESTAMP, phoneAccount.getAccountHandle()); in cancelNotificationTestInternal()
304 CALL_TIMESTAMP, phoneAccount.getAccountHandle()); in testNotifyMultipleMissedCalls()
404 CALL_TIMESTAMP, phoneAccount.getAccountHandle()); in notifySingleCallTestInternal()
414 expectedUserHandle = phoneAccount.getAccountHandle().getUserHandle(); in notifySingleCallTestInternal()
472 phoneAccount.getAccountHandle()); in testNoSmsBackAfterMissedSipCall()
517 CALLER_NAME, CALL_TIMESTAMP, phoneAccount.getAccountHandle()); in testLoadOneCallFromDb()
587 CALLER_NAME, CALL_TIMESTAMP, phoneAccount.getAccountHandle()); in testLoadTwoCallsFromDb()
645 phoneAccount.getAccountHandle()); in testDialerHandleMissedCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java289 !account.getAccountHandle().equals(excludePhoneAccountHandle) && in getPhoneAccountByGroupId()
290 Objects.equals(account.getAccountHandle().getComponentName(), in getPhoneAccountByGroupId()
478 account.getAccountHandle().getComponentName().getPackageName())) in filterRestrictedPhoneAccounts()
611 UserHandle phoneAccountUserHandle = account.getAccountHandle().getUserHandle(); in isVisibleForUser()
774 if (!phoneAccountRequiresBindPermission(account.getAccountHandle())) { in registerPhoneAccount()
777 account.getAccountHandle()); in registerPhoneAccount()
792 account.getAccountHandle(), account); in addOrReplacePhoneAccount()
800 PhoneAccount oldAccount = getPhoneAccountUnchecked(account.getAccountHandle()); in addOrReplacePhoneAccount()
824 account.getAccountHandle().getComponentName().getPackageName()); in addOrReplacePhoneAccount()
845 fireAccountRegistered(account.getAccountHandle()); in addOrReplacePhoneAccount()
[all …]
DCreateConnectionProcessor.java108 return manager.getSubscriptionId(account.getAccountHandle());
370 PhoneAccountHandle phoneAccountHandle = phoneAccount.getAccountHandle(); in adjustAttemptsForEmergencyNoSimRequired()
419 PhoneAccountHandle phoneAccountHandle = phoneAccount.getAccountHandle(); in adjustAttemptsForEmergency()
648 String pkg1 = account1.getAccountHandle().getComponentName().getPackageName(); in sortSimPhoneAccountsForEmergency()
649 String pkg2 = account2.getAccountHandle().getComponentName().getPackageName(); in sortSimPhoneAccountsForEmergency()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientDeviceBlock.java68 mTelecomManager.enablePhoneAccount(mPhoneAccount.getAccountHandle(), true); in HfpClientDeviceBlock()
69 mTelecomManager.setUserSelectedOutgoingPhoneAccount(mPhoneAccount.getAccountHandle()); in HfpClientDeviceBlock()
146 mConference = new HfpClientConference(mPhoneAccount.getAccountHandle(), mDevice, in onConference()
165 mTelecomManager.unregisterPhoneAccount(mPhoneAccount.getAccountHandle()); in cleanup()
205 mTelecomManager.addNewUnknownCall(mPhoneAccount.getAccountHandle(), b); in handleCall()
211 mTelecomManager.addNewIncomingCall(mPhoneAccount.getAccountHandle(), b); in handleCall()
320 mConference = new HfpClientConference(mPhoneAccount.getAccountHandle(), mDevice, in updateConferenceableConnections()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java547 return prepareConference(conferenceHostConnection, request.getAccountHandle()); in placeOutgoingConference()
587 request.getAccountHandle()); in onCreateIncomingConference()
590 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateIncomingConference()
598 request.getAccountHandle()); in onCreateIncomingConference()
601 return prepareConference(connection, request.getAccountHandle()); in onCreateIncomingConference()
615 request.getAccountHandle()); in onCreateOutgoingConference()
618 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateOutgoingConference()
626 request.getAccountHandle()); in onCreateOutgoingConference()
664 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateOutgoingConnection()
703 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateOutgoingConnection()
[all …]
/packages/apps/Dialer/java/com/android/incallui/
DActiveCallsCallListListener.java52 if (call.getState() != DialerCallState.DISCONNECTED && call.getAccountHandle() != null) { in onCallListChange()
55 .setPhoneAccountHandle(Optional.of(call.getAccountHandle())) in onCallListChange()
DThemeColorManager.java64 getHighlightColor(context, newForegroundCall.getAccountHandle()), in onForegroundCallChanged()
DCallButtonPresenter.java489 otherAccount = TelecomUtil.getOtherAccount(getContext(), call.getAccountHandle()); in updateButtonsState()
527 return call.getVideoTech().isAvailable(context, call.getAccountHandle()); in hasVideoCallCapabilities()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java565 isVoicemailNumber = TelecomUtil.isVoicemailNumber(context, getAccountHandle(), getNumber()); in updateIsVoiceMailNumber()
598 videoTechManager.dispatchCallStateChanged(telecomCall.getState(), getAccountHandle()); in updateFromTelecomCall()
632 PhoneAccountHandle newPhoneAccountHandle = telecomCall.getDetails().getAccountHandle(); in updateFromTelecomCall()
1045 public PhoneAccountHandle getAccountHandle() { in getAccountHandle() method in DialerCall
1046 return telecomCall == null ? null : telecomCall.getDetails().getAccountHandle(); in getAccountHandle()
1495 PhoneAccountHandle accountHandle = getAccountHandle(); in getPhoneAccount()
1504 videoTech = videoTechManager.getVideoTech(getAccountHandle()); in getVideoTech()
1525 context.getSystemService(TelecomManager.class).getLine1Number(getAccountHandle()); in getCallbackNumber()
1537 TelephonyManagerCompat.getTelephonyManagerForPhoneAccountHandle(context, getAccountHandle()) in getSimCountryIso()
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java253 String pkg1 = account1.getAccountHandle().getComponentName().getPackageName(); in initAccountList()
254 String pkg2 = account2.getAccountHandle().getComponentName().getPackageName(); in initAccountList()
277 PhoneAccountHandle handle = account.getAccountHandle(); in initAccountList()
/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothCall.java250 public PhoneAccountHandle getAccountHandle() { in getAccountHandle() method in BluetoothCall
251 return mCall.getDetails().getAccountHandle(); in getAccountHandle()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java399 originalRequest.getAccountHandle(),
422 PhoneAccountHandle accountHandle = request.getAccountHandle();
474 PhoneAccountHandle accountHandle = request.getAccountHandle();
DTestConnectionManager.java386 ? createRemoteIncomingConnection(request.getAccountHandle(), request) in makeConnection()
387 : createRemoteOutgoingConnection(request.getAccountHandle(), request); in makeConnection()
DSelfManagedConnectionService.java137 request.getAccountHandle()); in createSelfManagedConnection()
/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/telecom/
DProjectionCallHandlerTest.java314 when(details.getAccountHandle()).thenReturn(account.getAccountHandle()); in createCall()
/packages/apps/Dialer/java/com/android/incallui/disconnectdialog/
DVideoCallNotAvailablePrompt.java61 makeVoiceCall(context, call.getNumber(), call.getAccountHandle())) in createDialog()
/packages/services/Telecomm/src/com/android/server/telecom/settings/
DEnableAccountPreferenceFragment.java65 mTelecomManager.enablePhoneAccount(mAccount.getAccountHandle(), (boolean) newValue); in onPreferenceChange()
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DCallDetail.java159 return callDetail == null ? null : callDetail.getAccountHandle(); in getPhoneAccountHandle()

12