Searched refs:unregisterForSuppServiceNotification (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java497 void unregisterForSuppServiceNotification(Handler h); method in interface:Phone
H A DPhoneProxy.java410 public void unregisterForSuppServiceNotification(Handler h) { method in class:PhoneProxy
411 mActivePhone.unregisterForSuppServiceNotification(h);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java255 public void unregisterForSuppServiceNotification(Handler h) { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java408 public void unregisterForSuppServiceNotification(Handler h) { method in class:CDMAPhone
409 Log.e(LOG_TAG, "method unregisterForSuppServiceNotification is NOT supported in CDMA!");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java418 public void unregisterForSuppServiceNotification(Handler h) { method in class:GSMPhone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java111 mGSMPhone.unregisterForSuppServiceNotification(mHandler);

Completed in 54 milliseconds