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 245 public void unregisterForSuppServiceNotification(Handler h) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
Phone.java 581 void unregisterForSuppServiceNotification(Handler h);
    [all...]
PhoneProxy.java 292 public void unregisterForSuppServiceNotification(Handler h) {
293 mActivePhone.unregisterForSuppServiceNotification(h);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 421 public void unregisterForSuppServiceNotification(Handler h) {
422 Log.e(LOG_TAG, "method unregisterForSuppServiceNotification is NOT supported in CDMA!");
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 429 public void unregisterForSuppServiceNotification(Handler h) {
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 110 mGSMPhone.unregisterForSuppServiceNotification(mHandler);
    [all...]

Completed in 200 milliseconds