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

  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java 232 public void registerForSuppServiceNotification(
  /frameworks/base/telephony/java/com/android/internal/telephony/
Phone.java 530 void registerForSuppServiceNotification(Handler h, int what, Object obj);
    [all...]
PhoneProxy.java 290 public void registerForSuppServiceNotification(Handler h, int what, Object obj) {
291 mActivePhone.registerForSuppServiceNotification(h, what, obj);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 369 public void registerForSuppServiceNotification(
371 Log.e(LOG_TAG, "method registerForSuppServiceNotification is NOT supported in CDMA!");
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 428 public void registerForSuppServiceNotification(
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 90 mGSMPhone.registerForSuppServiceNotification(mHandler, EVENT_SSN, null);
    [all...]

Completed in 404 milliseconds