Searched refs:apnTypes (Results 1 – 4 of 4) sorted by relevance
59 val apnTypes = splitToList(apnType) in isApnTypeReadOnly() constant61 ApnSetting.TYPE_ALL_STRING in apnTypes && readOnlyTypes.isNotEmpty() || in isApnTypeReadOnly()62 apnTypes.any { it in readOnlyTypes } in isApnTypeReadOnly()66 val apnTypes = splitToList(apnType) in <lambda>() constant72 selected = ApnSetting.TYPE_ALL_STRING in apnTypes, in <lambda>()81 selected = ApnSetting.TYPE_ALL_STRING in apnTypes || type in apnTypes, in <lambda>()
406 static boolean hasAllApns(String[] apnTypes) { in hasAllApns() argument407 if (ArrayUtils.isEmpty(apnTypes)) { in hasAllApns()411 final List apnList = Arrays.asList(apnTypes); in hasAllApns()
560 List<Integer> apnTypes = getApnTypes(apnTypeBitmask); in getNetCapabilitiesFromApnTypeBitmask() local561 for (int apnType : apnTypes) { in getNetCapabilitiesFromApnTypeBitmask()
1321 String[] apnTypes = new String[] {"ims", "emergency", "mms", "xcap", "cbs"}; in testGetNetCapabilitiesFromApnTypesString() local1323 List<Integer> result = QnsUtils.getNetCapabilitiesFromApnTypesString(apnTypes); in testGetNetCapabilitiesFromApnTypesString()