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.java1692 call.getConnectionManagerPhoneAccount(), in createConference()
1845 call.getConnectionManagerPhoneAccount(), in createConnection()
1891 call.getConnectionManagerPhoneAccount(), in createConnectionFailed()
1937 call.getConnectionManagerPhoneAccount(), in createConferenceFailed()
DCreateConnectionProcessor.java616 PhoneAccountHandle handle = mCall.getConnectionManagerPhoneAccount(); in shouldFailCallIfConnectionManagerFails()
DCall.java1163 getConnectionManagerPhoneAccount(), in toString()
1195 PhoneAccountHandle connectionMgrAccountHandle = getConnectionManagerPhoneAccount(); in getDescription()
1860 public PhoneAccountHandle getConnectionManagerPhoneAccount() { in getConnectionManagerPhoneAccount() method in Call
DInCallController.java1406 mAllCarrierPrivilegedApps.add(call.getConnectionManagerPhoneAccount() in updateAllCarrierPrivileged()
DCallsManager.java7087 PhoneAccountHandle call1ConnectionMgr = call1.getConnectionManagerPhoneAccount();
7088 PhoneAccountHandle call2ConnectionMgr = call2.getConnectionManagerPhoneAccount();
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCreateConnectionProcessorTest.java295 when(mMockCall.getConnectionManagerPhoneAccount()).thenReturn(callManagerPAHandle); in testConnectionManagerFailedFallToSim()
309 when(mMockCall.getConnectionManagerPhoneAccount()).thenReturn(callManagerPAHandle); in testConnectionManagerFailedFallToSim()
335 when(mMockCall.getConnectionManagerPhoneAccount()).thenReturn(callManagerPAHandle); in testConnectionManagerFailedDoNotFallToSim()
349 when(mMockCall.getConnectionManagerPhoneAccount()).thenReturn(callManagerPAHandle); in testConnectionManagerFailedDoNotFallToSim()
DCallRecordingTonePlayerTest.java335 when(call.getConnectionManagerPhoneAccount()).thenReturn(null); in addValidCall()