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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java521 public void setCellBroadcastSmsConfig(int[] configValuesArray, Message response){ method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java487 public void setCellBroadcastSmsConfig(int[] configValuesArray, Message response){ method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1526 public void setCellBroadcastSmsConfig(int[] configValuesArray, Message response); method in interface:Phone
H A DPhoneProxy.java1116 public void setCellBroadcastSmsConfig(int[] configValuesArray, Message response) { method in class:PhoneProxy
1117 mActivePhone.setCellBroadcastSmsConfig(configValuesArray, response);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java1433 public void setCellBroadcastSmsConfig(int[] configValuesArray, Message response) { method in class:CDMAPhone
1434 Rlog.e(LOG_TAG, "[CDMAPhone] setCellBroadcastSmsConfig() is obsolete; use SmsManager");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1778 public void setCellBroadcastSmsConfig(int[] configValuesArray, Message response) { method in class:GSMPhone
1779 Rlog.e(LOG_TAG, "[GSMPhone] setCellBroadcastSmsConfig() is obsolete; use SmsManager");

Completed in 97 milliseconds