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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java489 void registerForSuppServiceNotification(Handler h, int what, Object obj); method in interface:Phone
H A DPhoneProxy.java406 public void registerForSuppServiceNotification(Handler h, int what, Object obj) { method in class:PhoneProxy
407 mActivePhone.registerForSuppServiceNotification(h, what, obj);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java251 public void registerForSuppServiceNotification( method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java380 public void registerForSuppServiceNotification( method in class:CDMAPhone
382 Log.e(LOG_TAG, "method registerForSuppServiceNotification is NOT supported in CDMA!");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java412 public void registerForSuppServiceNotification( method in class:GSMPhone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java85 mGSMPhone.registerForSuppServiceNotification(mHandler, EVENT_SSN, null);

Completed in 1081 milliseconds