Searched refs:apnValue (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/telephony/java/android/telephony/data/ |
H A D | ApnSetting.java | 1491 ContentValues apnValue = new ContentValues(); in toContentValues() local 1494 apnValue.put(Telephony.Carriers.APN, nullToEmpty(mApnName)); in toContentValues() 1499 apnValue.put(Telephony.Carriers.MMSPROXY, nullToEmpty( in toContentValues() 1501 apnValue.put(Telephony.Carriers.USER, nullToEmpty(mUser)); in toContentValues() 1503 apnValue.put(Telephony.Carriers.AUTH_TYPE, mAuthType); in toContentValues() 1505 apnValue.put(Telephony.Carriers.TYPE, nullToEmpty(apnType)); in toContentValues() 1506 apnValue.put(Telephony.Carriers.PROTOCOL, in toContentValues() 1508 apnValue.put(Telephony.Carriers.ROAMING_PROTOCOL, in toContentValues() 1513 apnValue.put(Telephony.Carriers.CARRIER_ID, mCarrierId); in toContentValues() 1514 apnValue.put(Telephony.Carriers.SKIP_464XLAT, mSkip464Xlat); in toContentValues() [all …]
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/apn/ |
H A D | ApnEditorTest.java | 157 final String apnValue = "testing.com"; in testSetStringValue_valueChanged_shouldSetValue() local 162 cv, apnKey, apnValue, false /* assumeDiff */, ApnEditor.APN_INDEX); in testSetStringValue_valueChanged_shouldSetValue() 167 assertThat(apnValue).isEqualTo(cv.getAsString(apnKey)); in testSetStringValue_valueChanged_shouldSetValue() 174 final String apnValue = (String) APN_DATA[ApnEditor.APN_INDEX]; in testSetStringValue_valueNotChanged_shouldNotSetValue() local 179 cv, apnKey, apnValue, false /* assumeDiff */, ApnEditor.APN_INDEX); in testSetStringValue_valueNotChanged_shouldNotSetValue() 191 final String apnValue = null; in testSetStringValue_nullValue_shouldNotSetValue_shouldNotSetValue() local 196 cv, apnKey, apnValue, false /* assumeDiff */, ApnEditor.APN_INDEX); in testSetStringValue_nullValue_shouldNotSetValue_shouldNotSetValue()
|