Home | History | Annotate | Download | only in settings

Lines Matching refs:log

45 import android.util.Log;
102 log("onPreferenceTreeClick: preference=" + preference);
121 log("onManageMobilePlanClick:");
162 log("onManageMobilePlanClick: message=" + mManageMobilePlanMessage);
168 log("updateSmsApplicationSetting:");
185 log("initSmsApplicationSetting:");
215 log("onCreateDialog: dialogId=" + dialogId);
225 log("MANAGE_MOBILE_PLAN_DIALOG.onClickListener id=" + id);
234 private void log(String s) {
235 Log.d(TAG, s);
259 log("onCreate: mManageMobilePlanMessage=" + mManageMobilePlanMessage);