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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java 497 void unregisterForSuppServiceNotification(Handler h);
    [all...]
PhoneProxy.java 410 public void unregisterForSuppServiceNotification(Handler h) {
411 mActivePhone.unregisterForSuppServiceNotification(h);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 255 public void unregisterForSuppServiceNotification(Handler h) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 408 public void unregisterForSuppServiceNotification(Handler h) {
409 Log.e(LOG_TAG, "method unregisterForSuppServiceNotification is NOT supported in CDMA!");
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 418 public void unregisterForSuppServiceNotification(Handler h) {
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 111 mGSMPhone.unregisterForSuppServiceNotification(mHandler);
    [all...]

Completed in 394 milliseconds