Searched defs:registerForSuppServiceNotification (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java263 public void registerForSuppServiceNotification( method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java468 public void registerForSuppServiceNotification(Handler h, int what, Object obj) { method in class:PhoneProxy
469 mActivePhone.registerForSuppServiceNotification(h, what, obj);
H A DPhone.java505 void registerForSuppServiceNotification(Handler h, int what, Object obj); method in interface:Phone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java397 public void registerForSuppServiceNotification( method in class:CDMAPhone
399 Rlog.e(LOG_TAG, "method registerForSuppServiceNotification is NOT supported in CDMA!");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java437 public void registerForSuppServiceNotification( method in class:GSMPhone

Completed in 96 milliseconds