Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTelephonyConnectionServiceTest.java201 Phone slot0Phone = makeTestPhone(SLOT_0_PHONE_ID, ServiceState.STATE_IN_SERVICE, in testDefaultVoiceSimInService()
203 Phone slot1Phone = makeTestPhone(SLOT_1_PHONE_ID, ServiceState.STATE_OUT_OF_SERVICE, in testDefaultVoiceSimInService()
223 Phone slot0Phone = makeTestPhone(SLOT_0_PHONE_ID, ServiceState.STATE_OUT_OF_SERVICE, in testSlot1EmergencyOnly()
225 Phone slot1Phone = makeTestPhone(SLOT_1_PHONE_ID, ServiceState.STATE_OUT_OF_SERVICE, in testSlot1EmergencyOnly()
245 Phone slot0Phone = makeTestPhone(SLOT_0_PHONE_ID, ServiceState.STATE_OUT_OF_SERVICE, in testSlot1InService()
247 Phone slot1Phone = makeTestPhone(SLOT_1_PHONE_ID, ServiceState.STATE_IN_SERVICE, in testSlot1InService()
1327 mPhone0 = makeTestPhone(0 /*phoneId*/, ServiceState.STATE_IN_SERVICE, in setupForCallTest()
1332 mPhone1 = makeTestPhone(1 /*phoneId*/, ServiceState.STATE_IN_SERVICE, in setupForCallTest()
1375 Phone testPhone0 = makeTestPhone(0 /*phoneId*/, ServiceState.STATE_IN_SERVICE, in setupConnectionServiceForDelayDial()
1415 Phone testPhone0 = makeTestPhone(0 /*phoneId*/, ServiceState.STATE_POWER_OFF, in setupConnectionServiceInApm()
[all …]