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

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneProxy.java 294 public void unregisterForSuppServiceNotification(Handler h) {
295 mActivePhone.unregisterForSuppServiceNotification(h);
Phone.java 537 void unregisterForSuppServiceNotification(Handler h);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 381 public void unregisterForSuppServiceNotification(Handler h) {
382 Log.e(LOG_TAG, "method unregisterForSuppServiceNotification is NOT supported in CDMA!");
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 437 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 30 milliseconds