Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DApnSetting.java1339 ContentValues apnValue = new ContentValues(); in toContentValues() local
1355 apnValue.put(Telephony.Carriers.MMSPROXY, nullToEmpty( in toContentValues()
1357 apnValue.put(Telephony.Carriers.USER, nullToEmpty(mUser)); in toContentValues()
1359 apnValue.put(Telephony.Carriers.AUTH_TYPE, mAuthType); in toContentValues()
1362 apnValue.put(Telephony.Carriers.PROTOCOL, in toContentValues()
1364 apnValue.put(Telephony.Carriers.ROAMING_PROTOCOL, in toContentValues()
1372 apnValue.put(Telephony.Carriers.MTU_V4, mMtuV4); in toContentValues()
1373 apnValue.put(Telephony.Carriers.MTU_V6, mMtuV6); in toContentValues()
1374 apnValue.put(Telephony.Carriers.CARRIER_ID, mCarrierId); in toContentValues()
1376 apnValue.put(Telephony.Carriers.ALWAYS_ON, mAlwaysOn); in toContentValues()
[all …]