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
11365 String[] packagesForInterfaces) { in reportCreateInterfaceImpact() argument11367 if ((interfacesToDelete == null && packagesForInterfaces != null) in reportCreateInterfaceImpact()11369 && packagesForInterfaces == null) || (canCreate && ( in reportCreateInterfaceImpact()11371 != packagesForInterfaces.length))) { in reportCreateInterfaceImpact()11378 + Arrays.toString(packagesForInterfaces)); in reportCreateInterfaceImpact()11389 packagesForInterfaces[i] == null in reportCreateInterfaceImpact()11392 packagesForInterfaces[i] in reportCreateInterfaceImpact()
3937 final String[] packagesForInterfaces = in testIsItPossibleToCreateInterface() local3956 cbCaptor.getValue().onResults(canCreate, interfaces, packagesForInterfaces); in testIsItPossibleToCreateInterface()
7417 String[] packagesForInterfaces = new String[details.size()];7433 packagesForInterfaces[i] = packages.toString();7436 callback.onResults(true, interfaces, packagesForInterfaces);