Home
last modified time | relevance | path

Searched refs:getBestPhoneAccount (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java258 public void getBestPhoneAccount() { in getBestPhoneAccount() method in CallInfoTest
278 assertThat(mMockCallInfo.getBestPhoneAccount()).isEqualTo(fakePhoneAccount); in getBestPhoneAccount()
DBluetoothInCallServiceTest.java228 when(mMockCallInfo.getBestPhoneAccount()).thenReturn(fakePhoneAccount); in testGetNetworkOperator()
247 when(mMockCallInfo.getBestPhoneAccount()).thenReturn(fakePhoneAccount); in testGetSubscriberNumber()
256 when(mMockCallInfo.getBestPhoneAccount()).thenReturn(null); in testGetSubscriberNumberFallbackToTelephony()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java425 PhoneAccount account = mCallInfo.getBestPhoneAccount(); in getNetworkOperator()
496 PhoneAccount account = mCallInfo.getBestPhoneAccount(); in getSubscriberNumber()
1509 public PhoneAccount getBestPhoneAccount() { in getBestPhoneAccount() method in BluetoothInCallService.CallInfo