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 512 void unregisterForSuppServiceNotification(Handler h);
    [all...]
PhoneProxy.java 449 public void unregisterForSuppServiceNotification(Handler h) {
450 mActivePhone.unregisterForSuppServiceNotification(h);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 276 public void unregisterForSuppServiceNotification(Handler h) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 424 public void unregisterForSuppServiceNotification(Handler h) {
425 Rlog.e(LOG_TAG, "method unregisterForSuppServiceNotification is NOT supported in CDMA!");
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 431 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 921 milliseconds