Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTelephonyConnectionServiceTest.java1377 Phone testPhone1 = makeTestPhone(1 /*phoneId*/, ServiceState.STATE_OUT_OF_SERVICE, in setupConnectionServiceForDelayDial() local
1381 doReturn(true).when(testPhone1).isRadioOn(); in setupConnectionServiceForDelayDial()
1383 phones.add(testPhone1); in setupConnectionServiceForDelayDial()
1386 setupDeviceConfig(testPhone0, testPhone1, 1); in setupConnectionServiceForDelayDial()
1417 Phone testPhone1 = makeTestPhone(1 /*phoneId*/, ServiceState.STATE_POWER_OFF, in setupConnectionServiceInApm() local
1420 doReturn(GSM_PHONE).when(testPhone1).getPhoneType(); in setupConnectionServiceInApm()
1423 doReturn(false).when(testPhone1).isRadioOn(); in setupConnectionServiceInApm()
1425 phones.add(testPhone1); in setupConnectionServiceInApm()
1428 setupDeviceConfig(testPhone0, testPhone1, 0); in setupConnectionServiceInApm()