Home
last modified time | relevance | path

Searched refs:getConnectionManagerPhoneAccount (Results 1 – 8 of 8) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallRecordingTonePlayer.java338 (call.getConnectionManagerPhoneAccount() != null && in hasCallForPackage()
339 call.getConnectionManagerPhoneAccount() in hasCallForPackage()
DConnectionServiceWrapper.java1672 call.getConnectionManagerPhoneAccount(), in createConference()
1795 call.getConnectionManagerPhoneAccount(), in createConnection()
1838 call.getConnectionManagerPhoneAccount(), in createConnectionFailed()
1884 call.getConnectionManagerPhoneAccount(), in createConferenceFailed()
DCreateConnectionProcessor.java597 PhoneAccountHandle handle = mCall.getConnectionManagerPhoneAccount(); in shouldFailCallIfConnectionManagerFails()
DCall.java1094 getConnectionManagerPhoneAccount(), in toString()
1126 PhoneAccountHandle connectionMgrAccountHandle = getConnectionManagerPhoneAccount(); in getDescription()
1789 public PhoneAccountHandle getConnectionManagerPhoneAccount() { in getConnectionManagerPhoneAccount() method in Call
DCallsManager.java6774 PhoneAccountHandle call1ConnectionMgr = call1.getConnectionManagerPhoneAccount();
6775 PhoneAccountHandle call2ConnectionMgr = call2.getConnectionManagerPhoneAccount();
DInCallController.java1399 mAllCarrierPrivilegedApps.add(call.getConnectionManagerPhoneAccount() in updateAllCarrierPrivileged()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCreateConnectionProcessorTest.java254 when(mMockCall.getConnectionManagerPhoneAccount()).thenReturn(callManagerPAHandle); in testConnectionManagerFailedFallToSim()
268 when(mMockCall.getConnectionManagerPhoneAccount()).thenReturn(callManagerPAHandle); in testConnectionManagerFailedFallToSim()
294 when(mMockCall.getConnectionManagerPhoneAccount()).thenReturn(callManagerPAHandle); in testConnectionManagerFailedDoNotFallToSim()
308 when(mMockCall.getConnectionManagerPhoneAccount()).thenReturn(callManagerPAHandle); in testConnectionManagerFailedDoNotFallToSim()
DCallRecordingTonePlayerTest.java332 when(call.getConnectionManagerPhoneAccount()).thenReturn(null); in addValidCall()