Searched refs:registerForSuppServiceNotification (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java284 public void registerForSuppServiceNotification( method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java247 public void registerForSuppServiceNotification( method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java543 void registerForSuppServiceNotification(Handler h, int what, Object obj); method in interface:Phone
H A DPhoneProxy.java543 public void registerForSuppServiceNotification(Handler h, int what, Object obj) { method in class:PhoneProxy
544 mActivePhone.registerForSuppServiceNotification(h, what, obj);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java475 public void registerForSuppServiceNotification( method in class:CDMAPhone
477 Rlog.e(LOG_TAG, "method registerForSuppServiceNotification is NOT supported in CDMA!");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java483 public void registerForSuppServiceNotification( method in class:GSMPhone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java87 mGSMPhone.registerForSuppServiceNotification(mHandler, EVENT_SSN, null);

Completed in 763 milliseconds