Searched refs:apnTypes (Results 1 – 2 of 2) sorted by relevance
342 static boolean hasAllApns(String[] apnTypes) { in hasAllApns() argument343 if (ArrayUtils.isEmpty(apnTypes)) { in hasAllApns()347 List apnList = Arrays.asList(apnTypes); in hasAllApns()
406 static boolean hasAllApns(String[] apnTypes) { in hasAllApns() argument407 if (ArrayUtils.isEmpty(apnTypes)) { in hasAllApns()411 final List apnList = Arrays.asList(apnTypes); in hasAllApns()