Searched refs:adList (Results 1 – 2 of 2) sorted by relevance
362 List<AccessDescription> adList = aiaExt.getAccessDescriptions(); in getCerts() local363 if (adList == null || adList.isEmpty()) { in getCerts()368 for (AccessDescription ad : adList) { in getCerts()
996 List<AccessDescription> adList = aiaExt.getAccessDescriptions();997 if (adList != null) {998 for (AccessDescription ad : adList) {