Searched defs:CDMAPhone (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java85 public class CDMAPhone extends PhoneBase { class in inherits:PhoneBase
86 static final String LOG_TAG = "CDMAPhone";
142 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) { method in class:CDMAPhone
148 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, method in class:CDMAPhone
266 if(DBG) Rlog.d(LOG_TAG, "CDMAPhone finalized");
1244 * Retrieves the PhoneSubInfo of the CDMAPhone
1252 * Retrieves the IccPhoneBookInterfaceManager of the CDMAPhone
1285 Rlog.e(LOG_TAG, "[CDMAPhone] activateCellBroadcastSms() is obsolete; use SmsManager");
1296 Rlog.e(LOG_TAG, "[CDMAPhone] getCellBroadcastSmsConfig() is obsolete; use SmsManager");
1307 Rlog.e(LOG_TAG, "[CDMAPhone] setCellBroadcastSmsConfi
[all...]

Completed in 51 milliseconds