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.java1359 ContentValues apnValue = new ContentValues(); in toContentValues() local
1360 apnValue.put(Telephony.Carriers.NUMERIC, nullToEmpty(mOperatorNumeric)); in toContentValues()
1361 apnValue.put(Telephony.Carriers.NAME, nullToEmpty(mEntryName)); in toContentValues()
1362 apnValue.put(Telephony.Carriers.APN, nullToEmpty(mApnName)); in toContentValues()
1363 apnValue.put(Telephony.Carriers.PROXY, nullToEmpty(mProxyAddress)); in toContentValues()
1364 apnValue.put(Telephony.Carriers.PORT, nullToEmpty(portToString(mProxyPort))); in toContentValues()
1365 apnValue.put(Telephony.Carriers.MMSC, nullToEmpty(UriToString(mMmsc))); in toContentValues()
1366 apnValue.put(Telephony.Carriers.MMSPORT, nullToEmpty(portToString(mMmsProxyPort))); in toContentValues()
1367 apnValue.put(Telephony.Carriers.MMSPROXY, nullToEmpty( in toContentValues()
1369 apnValue.put(Telephony.Carriers.USER, nullToEmpty(mUser)); in toContentValues()
[all …]