Home
last modified time | relevance | path

Searched refs:apnValue (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java882 ContentValues apnValue = new ContentValues(); in toContentValues() local
883 apnValue.put(Telephony.Carriers.NUMERIC, nullToEmpty(mOperatorNumeric)); in toContentValues()
884 apnValue.put(Telephony.Carriers.NAME, nullToEmpty(mEntryName)); in toContentValues()
885 apnValue.put(Telephony.Carriers.APN, nullToEmpty(mApnName)); in toContentValues()
886 apnValue.put(Telephony.Carriers.PROXY, mProxyAddress == null ? "" in toContentValues()
888 apnValue.put(Telephony.Carriers.PORT, portToString(mProxyPort)); in toContentValues()
889 apnValue.put(Telephony.Carriers.MMSC, mMmsc == null ? "" : UriToString(mMmsc)); in toContentValues()
890 apnValue.put(Telephony.Carriers.MMSPORT, portToString(mMmsProxyPort)); in toContentValues()
891 apnValue.put(Telephony.Carriers.MMSPROXY, mMmsProxyAddress == null in toContentValues()
893 apnValue.put(Telephony.Carriers.USER, nullToEmpty(mUser)); in toContentValues()
[all …]