HomeSort by relevance Sort by last modified time
    Searched refs:registerForSubscriptionChanged (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
SubscriptionMonitorMock.java 44 public void registerForSubscriptionChanged(int phoneId, Handler h, int what, Object o) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SubscriptionMonitorTest.java 201 testedSubMonitor.registerForSubscriptionChanged(0, testHandler,
303 testedSubMonitor.registerForSubscriptionChanged(-1, testHandler,
313 testedSubMonitor.registerForSubscriptionChanged(numPhones, testHandler,
363 testedSubMonitor.registerForSubscriptionChanged(PHONE_ID, testHandler,
378 testedSubMonitor.registerForSubscriptionChanged(PHONE_ID, testHandler,
425 testedSubMonitor.registerForSubscriptionChanged(PHONE_ID, testHandler,
430 testedSubMonitor.registerForSubscriptionChanged(PHONE_ID, testHandler,
490 testedSubMonitor.registerForSubscriptionChanged(PHONE_ID, testHandler,
549 testedSubMonitor.registerForSubscriptionChanged(PHONE_ID, testHandler,
599 testedSubMonitor.registerForSubscriptionChanged(PHONE_ID, testHandler
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionMonitor.java 191 public void registerForSubscriptionChanged(int phoneId, Handler h, int what, Object o) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
TelephonyNetworkFactory.java 90 mSubscriptionMonitor.registerForSubscriptionChanged(mPhoneId, mInternalHandler,

Completed in 131 milliseconds