Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionMonitorTest.java359 final int PHONE_ID = 0; in testSpuriousNotifications() local
363 testedSubMonitor.registerForSubscriptionChanged(PHONE_ID, testHandler, in testSpuriousNotifications()
365 testedSubMonitor.registerForDefaultDataSubscriptionChanged(PHONE_ID, testHandler, in testSpuriousNotifications()
369 testedSubMonitor.unregisterForSubscriptionChanged(PHONE_ID, testHandler); in testSpuriousNotifications()
370 testedSubMonitor.unregisterForDefaultDataSubscriptionChanged(PHONE_ID, testHandler); in testSpuriousNotifications()
373 subController.setSlotSubId(PHONE_ID, FIRST_SUB_ID); in testSpuriousNotifications()
376 subController.setSlotSubId(PHONE_ID, SECOND_SUB_ID); in testSpuriousNotifications()
378 testedSubMonitor.registerForSubscriptionChanged(PHONE_ID, testHandler, in testSpuriousNotifications()
380 testedSubMonitor.registerForDefaultDataSubscriptionChanged(PHONE_ID, testHandler, in testSpuriousNotifications()
421 final int PHONE_ID = 0; in testMultiRegUnregistration() local
[all …]
DServiceStateTrackerTest.java151 private static final int PHONE_ID = 0; field in ServiceStateTrackerTest
252 doReturn(PHONE_ID).when(mPhone).getPhoneId(); in setUp()
636 intent.putExtra(CarrierConfigManager.EXTRA_SLOT_INDEX, PHONE_ID); in sendCarrierConfigUpdate()