Searched refs:mReadOnlyApnTypes (Results 1 – 2 of 2) sorted by relevance
144 String[] mReadOnlyApnTypes; field in ApnEditor346 || 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()
558 mApnEditorUT.mReadOnlyApnTypes = new String [] {"dun"}; in getUserEnteredApnType_emptyApnType_shouldReturnDefault()571 mApnEditorUT.mReadOnlyApnTypes = new String [] {"dun"}; in getUserEnteredApnType_emptyApnType_shouldReturnDefault()