Searched refs:SUB_3 (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsServiceControllerTest.java | 80 private static final int SUB_3 = 3; field in ImsServiceControllerTest 292 slotIdToSubIdMap.put(SLOT_0, SUB_3); in testCallChangeWithNoNewFeaturesWithSubIdChanged() 310 verify(mMockServiceControllerBinder).createMmTelFeature(SLOT_0, SUB_3); in testCallChangeWithNoNewFeaturesWithSubIdChanged() 313 verify(mMockServiceControllerBinder).createRcsFeature(SLOT_0, SUB_3); in testCallChangeWithNoNewFeaturesWithSubIdChanged() 339 slotIdToSubIdMap.put(SLOT_1, SUB_3); in testCallChangeWithNoNewFeaturesWithAllSubIdChanged() 346 verify(mMockServiceControllerBinder).createMmTelFeature(SLOT_1, SUB_3); in testCallChangeWithNoNewFeaturesWithAllSubIdChanged() 409 slotIdToSubIdMap.put(SLOT_1, SUB_3); in testCallChangeWithNoNewFeaturesWithSlot1SubIdChanged() 416 verify(mMockServiceControllerBinder).createMmTelFeature(SLOT_1, SUB_3); in testCallChangeWithNoNewFeaturesWithSlot1SubIdChanged() 841 slotIdToSubIdMap.put(SLOT_1, SUB_3); in testBindServiceAndAddFeature() 859 verify(mMockServiceControllerBinder).createMmTelFeature(SLOT_1, SUB_3); in testBindServiceAndAddFeature() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/ |
D | MobileIconsViewModelTest.kt | 318 interactor.filteredSubscriptions.value = listOf(SUB_1, SUB_2, SUB_3) in firstMobileSubShowingNetworkTypeIcon_subListUpdates_valAlsoUpdates() 378 private val SUB_3 = constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
D | MobileConnectionsRepositoryTest.kt | 173 3 -> SUB_3 in <lambda>() 1484 private val SUB_3 = in <lambda>() constant
|