Searched refs:packagesForInterfaces (Results 1 – 4 of 4) sorted by relevance
28 …id onResults(in boolean canCreate, in int[] interfacesToDelete, in String[] packagesForInterfaces); in onResults() argument
11797 String[] packagesForInterfaces) { in reportCreateInterfaceImpact() argument11799 if ((interfacesToDelete == null && packagesForInterfaces != null) in reportCreateInterfaceImpact()11801 && packagesForInterfaces == null) || (canCreate && ( in reportCreateInterfaceImpact()11803 != packagesForInterfaces.length))) { in reportCreateInterfaceImpact()11810 + Arrays.toString(packagesForInterfaces)); in reportCreateInterfaceImpact()11821 packagesForInterfaces[i] == null in reportCreateInterfaceImpact()11824 packagesForInterfaces[i] in reportCreateInterfaceImpact()
3996 final String[] packagesForInterfaces = in testIsItPossibleToCreateInterface() local4015 cbCaptor.getValue().onResults(canCreate, interfaces, packagesForInterfaces); in testIsItPossibleToCreateInterface()
7925 String[] packagesForInterfaces = new String[details.size()];7941 packagesForInterfaces[i] = packages.toString();7944 callback.onResults(true, interfaces, packagesForInterfaces);