Searched refs:readOnlyApnTypes (Results 1 – 4 of 4) sorted by relevance
201 String[] readOnlyApnTypes = b.getStringArray( in onCreate() local204 if (ApnEditor.hasAllApns(readOnlyApnTypes)) { in onCreate()
1161 List<String> readOnlyApnTypes = Arrays.asList(mReadOnlyApnTypes); in getUserEnteredApnType() local1165 if (!readOnlyApnTypes.contains(apnType) in getUserEnteredApnType()