Searched defs:registerForSuppServiceNotification (Results 1 - 6 of 6) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java564 void registerForSuppServiceNotification(Handler h, int what, Object obj); method in interface:Phone
H A DPhoneProxy.java569 public void registerForSuppServiceNotification(Handler h, int what, Object obj) { method in class:PhoneProxy
570 mActivePhone.registerForSuppServiceNotification(h, what, obj);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java490 public void registerForSuppServiceNotification( method in class:CDMAPhone
492 Rlog.e(LOG_TAG, "method registerForSuppServiceNotification is NOT supported in CDMA!");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java481 public void registerForSuppServiceNotification( method in class:GSMPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java278 public void registerForSuppServiceNotification( method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java248 public void registerForSuppServiceNotification( method in class:SipPhoneBase

Completed in 52 milliseconds