Home
last modified time | relevance | path

Searched refs:packagesForInterfaces (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/
DIInterfaceCreationInfoCallback.aidl28 …id onResults(in boolean canCreate, in int[] interfacesToDelete, in String[] packagesForInterfaces); in onResults() argument
DWifiManager.java11797 String[] packagesForInterfaces) { in reportCreateInterfaceImpact() argument
11799 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()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java3996 final String[] packagesForInterfaces = in testIsItPossibleToCreateInterface() local
4015 cbCaptor.getValue().onResults(canCreate, interfaces, packagesForInterfaces); in testIsItPossibleToCreateInterface()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java7925 String[] packagesForInterfaces = new String[details.size()];
7941 packagesForInterfaces[i] = packages.toString();
7944 callback.onResults(true, interfaces, packagesForInterfaces);