Searched refs:setSlotSubId (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionMonitorTest.java | 192 subController.setSlotSubId(0, 0); in testRegister() 235 subController.setSlotSubId(0, 1); in testRegister() 246 subController.setSlotSubId(0, 0); in testRegister() 260 subController.setSlotSubId(0, 1); in testRegister() 324 subController.setSlotSubId(0, 0); in testBadRegister() 373 subController.setSlotSubId(PHONE_ID, FIRST_SUB_ID); in testSpuriousNotifications() 376 subController.setSlotSubId(PHONE_ID, SECOND_SUB_ID); in testSpuriousNotifications() 436 subController.setSlotSubId(PHONE_ID, FIRST_SUB_ID); in testMultiRegUnregistration() 439 subController.setSlotSubId(PHONE_ID, SECOND_SUB_ID); in testMultiRegUnregistration() 498 subController.setSlotSubId(PHONE_ID, FIRST_SUB_ID); in testEventFloodNotifications() [all …]
|
D | PhoneSwitcherTest.java | 263 subControllerMock.setSlotSubId(0, 0); in testRegister() 291 subControllerMock.setSlotSubId(1, 1); in testRegister() 309 subControllerMock.setSlotSubId(0, 2); in testRegister() 319 subControllerMock.setSlotSubId(0, 0); in testRegister() 346 subControllerMock.setSlotSubId(0, 1); in testRegister() 355 subControllerMock.setSlotSubId(0, 0); in testRegister() 453 subControllerMock.setSlotSubId(0, 0); in testPrioritization() 454 subControllerMock.setSlotSubId(1, 1); in testPrioritization() 526 subControllerMock.setSlotSubId(0, 0); in testHigherPriorityDefault() 527 subControllerMock.setSlotSubId(1, 1); in testHigherPriorityDefault()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | TelephonyNetworkFactoryTest.java | 157 ts.subscriptionControllerMock.setSlotSubId(phoneId, subId); in testActive() 252 ts.subscriptionControllerMock.setSlotSubId(phoneId, subId); in testRequests() 273 ts.subscriptionControllerMock.setSlotSubId(altPhoneId, altSubId); in testRequests() 293 ts.subscriptionControllerMock.setSlotSubId(phoneId, unusedSubId); in testRequests() 306 ts.subscriptionControllerMock.setSlotSubId(phoneId, subId); in testRequests()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | SubscriptionControllerMock.java | 192 public void setSlotSubId(int slotIndex, int subId) { in setSlotSubId() method in SubscriptionControllerMock
|