Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/apn/
DApnEditor.java144 String[] mReadOnlyApnTypes; field in ApnEditor
346 || apnTypesMatch(mReadOnlyApnTypes, mApnData.getString(TYPE_INDEX)))) { in onCreate()
1215 if (!ArrayUtils.isEmpty(mReadOnlyApnTypes) in validateApnData()
1216 && apnTypesMatch(mReadOnlyApnTypes, getUserEnteredApnType())) { in validateApnData()
1218 for (String type : mReadOnlyApnTypes) { in validateApnData()
1300 final List<String> readOnlyApnTypes = Arrays.asList(mReadOnlyApnTypes); in getEditableApnType()
1349 mReadOnlyApnTypes = null; in getCarrierCustomizedConfig()
1358 mReadOnlyApnTypes = b.getStringArray( in getCarrierCustomizedConfig()
1360 if (!ArrayUtils.isEmpty(mReadOnlyApnTypes)) { in getCarrierCustomizedConfig()
1362 "onCreate: read only APN type: " + Arrays.toString(mReadOnlyApnTypes)); in getCarrierCustomizedConfig()
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/apn/
DApnEditorTest.java558 mApnEditorUT.mReadOnlyApnTypes = new String [] {"dun"}; in getUserEnteredApnType_emptyApnType_shouldReturnDefault()
571 mApnEditorUT.mReadOnlyApnTypes = new String [] {"dun"}; in getUserEnteredApnType_emptyApnType_shouldReturnDefault()