Searched refs:getConnectionManagerPhoneAccount (Results 1 – 8 of 8) sorted by relevance
338 (call.getConnectionManagerPhoneAccount() != null && in hasCallForPackage()339 call.getConnectionManagerPhoneAccount() in hasCallForPackage()
1692 call.getConnectionManagerPhoneAccount(), in createConference()1845 call.getConnectionManagerPhoneAccount(), in createConnection()1891 call.getConnectionManagerPhoneAccount(), in createConnectionFailed()1937 call.getConnectionManagerPhoneAccount(), in createConferenceFailed()
616 PhoneAccountHandle handle = mCall.getConnectionManagerPhoneAccount(); in shouldFailCallIfConnectionManagerFails()
1163 getConnectionManagerPhoneAccount(), in toString()1195 PhoneAccountHandle connectionMgrAccountHandle = getConnectionManagerPhoneAccount(); in getDescription()1860 public PhoneAccountHandle getConnectionManagerPhoneAccount() { in getConnectionManagerPhoneAccount() method in Call
1406 mAllCarrierPrivilegedApps.add(call.getConnectionManagerPhoneAccount() in updateAllCarrierPrivileged()
7087 PhoneAccountHandle call1ConnectionMgr = call1.getConnectionManagerPhoneAccount();7088 PhoneAccountHandle call2ConnectionMgr = call2.getConnectionManagerPhoneAccount();
295 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()
335 when(call.getConnectionManagerPhoneAccount()).thenReturn(null); in addValidCall()