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.java11365 String[] packagesForInterfaces) { in reportCreateInterfaceImpact() argument
11367 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()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java3937 final String[] packagesForInterfaces = in testIsItPossibleToCreateInterface() local
3956 cbCaptor.getValue().onResults(canCreate, interfaces, packagesForInterfaces); in testIsItPossibleToCreateInterface()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java7417 String[] packagesForInterfaces = new String[details.size()];
7433 packagesForInterfaces[i] = packages.toString();
7436 callback.onResults(true, interfaces, packagesForInterfaces);