Searched refs:unregisterForSubscriptionChanged (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DSubscriptionMonitorMock.java52 public void unregisterForSubscriptionChanged(int phoneId, Handler h) { method in class:SubscriptionMonitorMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionMonitor.java200 public void unregisterForSubscriptionChanged(int phoneId, Handler h) { method in class:SubscriptionMonitor
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionMonitorTest.java258 testedSubMonitor.unregisterForSubscriptionChanged(0, testHandler);
369 testedSubMonitor.unregisterForSubscriptionChanged(PHONE_ID, testHandler);
456 testedSubMonitor.unregisterForSubscriptionChanged(PHONE_ID, testHandler);
458 testedSubMonitor.unregisterForSubscriptionChanged(PHONE_ID, testHandler);

Completed in 117 milliseconds