Searched refs:getConnectionManagerPhoneAccount (Results 1 – 8 of 8) sorted by relevance
338 (call.getConnectionManagerPhoneAccount() != null && in hasCallForPackage()339 call.getConnectionManagerPhoneAccount() in hasCallForPackage()
1672 call.getConnectionManagerPhoneAccount(), in createConference()1795 call.getConnectionManagerPhoneAccount(), in createConnection()1838 call.getConnectionManagerPhoneAccount(), in createConnectionFailed()1884 call.getConnectionManagerPhoneAccount(), in createConferenceFailed()
597 PhoneAccountHandle handle = mCall.getConnectionManagerPhoneAccount(); in shouldFailCallIfConnectionManagerFails()
1094 getConnectionManagerPhoneAccount(), in toString()1126 PhoneAccountHandle connectionMgrAccountHandle = getConnectionManagerPhoneAccount(); in getDescription()1789 public PhoneAccountHandle getConnectionManagerPhoneAccount() { in getConnectionManagerPhoneAccount() method in Call
6774 PhoneAccountHandle call1ConnectionMgr = call1.getConnectionManagerPhoneAccount();6775 PhoneAccountHandle call2ConnectionMgr = call2.getConnectionManagerPhoneAccount();
1399 mAllCarrierPrivilegedApps.add(call.getConnectionManagerPhoneAccount() in updateAllCarrierPrivileged()
254 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()
332 when(call.getConnectionManagerPhoneAccount()).thenReturn(null); in addValidCall()