Home
last modified time | relevance | path

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

12

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java79 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleOutgoingCallLocalDisconnect()
96 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleOutgoingCallRemoteDisconnect()
114 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testTelecomManagerAcceptRingingCall()
140 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testTelecomManagerAcceptRingingVideoCall()
168 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testTelecomManagerAcceptRingingVideoCallAsAudio()
195 IdPair ids = startIncomingPhoneCall("650-555-1212", mPhoneAccountA0.getAccountHandle(), in testTelecomManagerAcceptRingingInvalidVideoState()
217 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleIncomingCallLocalDisconnect()
232 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in testSingleIncomingCallRemoteDisconnect()
246 mPhoneAccountE0.getAccountHandle(), mConnectionServiceFixtureA); in testIncomingEmergencyCallback()
256 .addNewIncomingCall(mPhoneAccountA0.getAccountHandle(), extras); in testIncomingEmergencyCallback()
[all …]
DVideoCallTests.java49 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneIncomingBidirectional()
65 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneIncomingReceiveOnly()
79 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneOutgoingBidirectional()
94 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testAutoSpeakerphoneOutgoingTransmitOnly()
109 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testNoAutoSpeakerphoneOnOutgoing()
123 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA, in testNoAutoSpeakerphoneOnIncoming()
DCallExtrasTest.java54 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()
DCreateConnectionProcessorTest.java225 PhoneAccountHandle emergencyPhoneAccountHandle = emergencyPhoneAccount.getAccountHandle(); in testEmergencyCallToSim()
264 eq(emerCallManagerPA.getAccountHandle())); in testEmergencyCallSimFailToConnectionManager()
274 PhoneAccountHandle emergencyPhoneAccountHandle = emergencyPhoneAccount.getAccountHandle(); in makeEmergencyPhoneAccount()
305 callManagerPA.getAccountHandle()); in getNewConnectionManagerPhoneAccount()
306 givePhoneAccountBindPermission(callManagerPA.getAccountHandle()); in getNewConnectionManagerPhoneAccount()
308 callManagerPA.getAccountHandle())).thenReturn(callManagerPA); in getNewConnectionManagerPhoneAccount()
315 callManagerPA.getAccountHandle()); in getNewEmergencyConnectionManagerPhoneAccount()
316 givePhoneAccountBindPermission(callManagerPA.getAccountHandle()); in getNewEmergencyConnectionManagerPhoneAccount()
318 callManagerPA.getAccountHandle())).thenReturn(callManagerPA); in getNewEmergencyConnectionManagerPhoneAccount()
DAnalyticsTests.java60 mPhoneAccountA0.getAccountHandle(), in testAnalyticsSingleCall()
102 mPhoneAccountA0.getAccountHandle(), in testAnalyticsDumping()
144 mPhoneAccountA0.getAccountHandle(),
148 mPhoneAccountA0.getAccountHandle(),
197 mPhoneAccountA0.getAccountHandle(), in testAnalyticsVideo()
269 mPhoneAccountA0.getAccountHandle(), in testAnalyticsDumpToProto()
316 mPhoneAccountA0.getAccountHandle(),
DMissedCallNotifierImplTest.java202 CALL_TIMESTAMP, phoneAccount.getAccountHandle()); in cancelNotificationTestInternal()
229 CALL_TIMESTAMP, phoneAccount.getAccountHandle()); in testNotifyMultipleMissedCalls()
323 CALL_TIMESTAMP, phoneAccount.getAccountHandle()); in notifySingleCallTestInternal()
333 expectedUserHandle = phoneAccount.getAccountHandle().getUserHandle(); in notifySingleCallTestInternal()
389 phoneAccount.getAccountHandle()); in testNoSmsBackAfterMissedSipCall()
433 CALLER_NAME, CALL_TIMESTAMP, phoneAccount.getAccountHandle()); in testLoadOneCallFromDb()
501 CALLER_NAME, CALL_TIMESTAMP, phoneAccount.getAccountHandle()); in testLoadTwoCallsFromDb()
DPhoneAccountRegistrarTest.java188 mRegistrar.enablePhoneAccount(account.getAccountHandle(), true); in registerAndEnableAccount()
696 assertPhoneAccountHandleEquals(a.getAccountHandle(), b.getAccountHandle()); in assertPhoneAccountEquals()
DTelecomSystemTest.java337 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in makeConferenceCall()
340 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA); in makeConferenceCall()
445 mPhoneAccountA0.getAccountHandle(), Process.myUserHandle()); in setupConnectionServices()
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java291 !account.getAccountHandle().equals(excludePhoneAccountHandle) && in getPhoneAccountByGroupId()
292 Objects.equals(account.getAccountHandle().getComponentName(), in getPhoneAccountByGroupId()
509 UserHandle phoneAccountUserHandle = account.getAccountHandle().getUserHandle(); in isVisibleForUser()
635 if (!phoneAccountRequiresBindPermission(account.getAccountHandle())) { in registerPhoneAccount()
638 account.getAccountHandle()); in registerPhoneAccount()
653 account.getAccountHandle(), account); in addOrReplacePhoneAccount()
661 PhoneAccount oldAccount = getPhoneAccountUnchecked(account.getAccountHandle()); in addOrReplacePhoneAccount()
685 account.getAccountHandle().getComponentName().getPackageName()); in addOrReplacePhoneAccount()
706 fireAccountRegistered(account.getAccountHandle()); in addOrReplacePhoneAccount()
732 PhoneAccountHandle handle = phoneAccount.getAccountHandle(); in clearAccounts()
[all …]
DTelephonyUtil.java103 String pkg1 = account1.getAccountHandle().getComponentName().getPackageName(); in sortSimPhoneAccounts()
104 String pkg2 = account2.getAccountHandle().getComponentName().getPackageName(); in sortSimPhoneAccounts()
DCreateConnectionProcessor.java326 preferredPA.getAccountHandle()); in adjustAttemptsForEmergency()
335 PhoneAccountHandle phoneAccountHandle = phoneAccount.getAccountHandle(); in adjustAttemptsForEmergency()
DTelecomServiceImpl.java376 account.getAccountHandle().getComponentName().getPackageName());
399 enforceUserHandleMatchesCaller(account.getAccountHandle());
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientDeviceBlock.java81 mTelecomManager.enablePhoneAccount(mPhoneAccount.getAccountHandle(), true); in HfpClientDeviceBlock()
82 mTelecomManager.setUserSelectedOutgoingPhoneAccount(mPhoneAccount.getAccountHandle()); in HfpClientDeviceBlock()
145 mPhoneAccount.getAccountHandle(), mDevice, mHeadsetProfile); in onConference()
162 mTelecomManager.unregisterPhoneAccount(mPhoneAccount.getAccountHandle()); in cleanup()
202 mTelecomManager.addNewUnknownCall(mPhoneAccount.getAccountHandle(), b); in handleCall()
206 mTelecomManager.addNewIncomingCall(mPhoneAccount.getAccountHandle(), b); in handleCall()
311 mPhoneAccount.getAccountHandle(), mDevice, mHeadsetProfile); in updateConferenceableConnections()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java275 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false); in onCreateOutgoingConnection()
312 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false); in onCreateOutgoingConnection()
339 final Phone phone = getPhoneForAccount(request.getAccountHandle(), false); in onCreateOutgoingConnection()
384 final Phone phone = getPhoneForAccount(request.getAccountHandle(), in onCreateOutgoingConnection()
439 final Phone phone = getPhoneForAccount(request.getAccountHandle(), isEmergencyNumber); in onCreateOutgoingConnection()
591 createConnectionFor(phone, null, true /* isOutgoing */, request.getAccountHandle(), in getTelephonyConnection()
613 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateIncomingConnection()
653 request.getAccountHandle(), request.getTelecomCallId(), in onCreateIncomingConnection()
690 PhoneAccountHandle accountHandle = request.getAccountHandle(); in onCreateUnknownConnection()
774 request.getAccountHandle(), request.getTelecomCallId(), in onCreateUnknownConnection()
DTelecomAccountRegistry.java91 mAccount, mAccount.getAccountHandle()); in AccountEntry()
282 return mAccount != null ? mAccount.getAccountHandle() : null; in getPhoneAccountHandle()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java460 PhoneAccountHandle newPhoneAccountHandle = mTelecomCall.getDetails().getAccountHandle(); in updateFromTelecomCall()
764 public PhoneAccountHandle getAccountHandle() { in getAccountHandle() method in DialerCall
765 return mTelecomCall == null ? null : mTelecomCall.getDetails().getAccountHandle(); in getAccountHandle()
1052 PhoneAccountHandle accountHandle = getAccountHandle(); in getPhoneAccount()
1084 mContext.getSystemService(TelecomManager.class).getLine1Number(getAccountHandle()); in getCallbackNumber()
1103 PhoneAccountHandle accountHandle = getAccountHandle(); in getSubscriptionNumber()
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java319 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/java/com/android/incallui/
DExternalCallNotifier.java256 builder, mContext, Channel.EXTERNAL_CALL, info.getCall().getDetails().getAccountHandle()); in postNotification()
294 info.getCall().getDetails().getAccountHandle()); in postNotification()
317 summary, mContext, Channel.EXTERNAL_CALL, info.getCall().getDetails().getAccountHandle()); in postNotification()
DThemeColorManager.java62 updateThemeColors(context, newForegroundCall.getAccountHandle(), newForegroundCall.isSpam()); in onForegroundCallChanged()
DCallerInfoUtils.java159 return TelecomUtil.isVoicemailNumber(context, call.getAccountHandle(), call.getNumber()); in isVoiceMailNumber()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java387 originalRequest.getAccountHandle(),
410 PhoneAccountHandle accountHandle = request.getAccountHandle();
462 PhoneAccountHandle accountHandle = request.getAccountHandle();
DTestConnectionManager.java387 ? createRemoteIncomingConnection(request.getAccountHandle(), request) in makeConnection()
388 : createRemoteOutgoingConnection(request.getAccountHandle(), request); in makeConnection()
DSelfManagedConnectionService.java87 request.getAccountHandle()); in createSelfManagedConnection()
/packages/services/Telecomm/src/com/android/server/telecom/settings/
DEnableAccountPreferenceFragment.java62 mTelecomManager.enablePhoneAccount(mAccount.getAccountHandle(), isChecked()); in onClick()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipAccountRegistry.java247 telecomManager.enablePhoneAccount(phoneAccount.getAccountHandle(), true); in startSipProfiles()

12