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

/packages/apps/Phone/src/com/android/phone/sip/
H A DSipSharedPreferences.java81 public void setSipCallOption(String option) { argument
83 Settings.System.SIP_CALL_OPTIONS, option);
87 String option = Settings.System.getString(mContext.getContentResolver(),
89 return (option != null) ? option
103 Log.d("SIP", "ReceiveCall option is not set; use default value");

Completed in 83 milliseconds