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

  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java 236 public void unregisterForSuppServiceNotification(Handler h) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
Phone.java 538 void unregisterForSuppServiceNotification(Handler h);
    [all...]
PhoneProxy.java 294 public void unregisterForSuppServiceNotification(Handler h) {
295 mActivePhone.unregisterForSuppServiceNotification(h);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 397 public void unregisterForSuppServiceNotification(Handler h) {
398 Log.e(LOG_TAG, "method unregisterForSuppServiceNotification is NOT supported in CDMA!");
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 434 public void unregisterForSuppServiceNotification(Handler h) {
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 116 mGSMPhone.unregisterForSuppServiceNotification(mHandler);
    [all...]

Completed in 123 milliseconds