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

/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java232 public void registerForSuppServiceNotification( method in class:SipPhoneBase
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhone.java530 void registerForSuppServiceNotification(Handler h, int what, Object obj); method in interface:Phone
H A DPhoneProxy.java290 public void registerForSuppServiceNotification(Handler h, int what, Object obj) { method in class:PhoneProxy
291 mActivePhone.registerForSuppServiceNotification(h, what, obj);
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java369 public void registerForSuppServiceNotification( method in class:CDMAPhone
371 Log.e(LOG_TAG, "method registerForSuppServiceNotification is NOT supported in CDMA!");
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java428 public void registerForSuppServiceNotification( method in class:GSMPhone
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java90 mGSMPhone.registerForSuppServiceNotification(mHandler, EVENT_SSN, null);

Completed in 1314 milliseconds