Searched refs:getBestPhoneAccount (Results 1 – 3 of 3) sorted by relevance
258 public void getBestPhoneAccount() { in getBestPhoneAccount() method in CallInfoTest278 assertThat(mMockCallInfo.getBestPhoneAccount()).isEqualTo(fakePhoneAccount); in getBestPhoneAccount()
228 when(mMockCallInfo.getBestPhoneAccount()).thenReturn(fakePhoneAccount); in testGetNetworkOperator()247 when(mMockCallInfo.getBestPhoneAccount()).thenReturn(fakePhoneAccount); in testGetSubscriberNumber()256 when(mMockCallInfo.getBestPhoneAccount()).thenReturn(null); in testGetSubscriberNumberFallbackToTelephony()
425 PhoneAccount account = mCallInfo.getBestPhoneAccount(); in getNetworkOperator()496 PhoneAccount account = mCallInfo.getBestPhoneAccount(); in getSubscriberNumber()1509 public PhoneAccount getBestPhoneAccount() { in getBestPhoneAccount() method in BluetoothInCallService.CallInfo