Searched refs:setCellBroadcastSmsConfig (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1425 public void setCellBroadcastSmsConfig(int[] configValuesArray, Message response); method in interface:Phone
H A DPhoneProxy.java831 public void setCellBroadcastSmsConfig(int[] configValuesArray, Message response) { method in class:PhoneProxy
832 mActivePhone.setCellBroadcastSmsConfig(configValuesArray, response);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java441 public void setCellBroadcastSmsConfig(int[] configValuesArray, Message response){ method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java1184 public void setCellBroadcastSmsConfig(int[] configValuesArray, Message response) { method in class:CDMAPhone
1185 Log.e(LOG_TAG, "[CDMAPhone] setCellBroadcastSmsConfig() is obsolete; use SmsManager");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1515 public void setCellBroadcastSmsConfig(int[] configValuesArray, Message response) { method in class:GSMPhone
1516 Log.e(LOG_TAG, "[GSMPhone] setCellBroadcastSmsConfig() is obsolete; use SmsManager");

Completed in 41 milliseconds