Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsServiceControllerTest.java81 private static final int SUB_4 = 4; field in ImsServiceControllerTest
354 slotIdToSubIdMap.put(SLOT_0, SUB_4); in testCallChangeWithNoNewFeaturesWithAllSubIdChanged()
373 verify(mMockServiceControllerBinder).createMmTelFeature(SLOT_0, SUB_4); in testCallChangeWithNoNewFeaturesWithAllSubIdChanged()
1179 slotIdToSubIdMap.put(SLOT_0, SUB_4); in testBindServiceAndRemoveFeatureWithSubIdChanged()
1205 verify(mMockServiceControllerBinder).createMmTelFeature(SLOT_0, SUB_4); in testBindServiceAndRemoveFeatureWithSubIdChanged()
1210 verify(mMockServiceControllerBinder).createRcsFeature(SLOT_0, SUB_4); in testBindServiceAndRemoveFeatureWithSubIdChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryTest.kt174 4 -> SUB_4 in <lambda>()
1493 private val SUB_4 = in <lambda>() constant