Home | History | Annotate | Download | only in phone

Lines Matching defs:setDataEnabled

1559             phone.setDataEnabled(true);
1573 phone.setDataEnabled(false);
2743 public void setDataEnabled(int subId, boolean enable) {
2749 if (DBG) log("setDataEnabled: subId=" + subId + " enable=" + enable);
2750 phone.setDataEnabled(enable);
2752 loge("setDataEnabled: no phone for subId=" + subId);
3301 setDataEnabled(subId, true);