Home
last modified time | relevance | path

Searched refs:addNetworkSuggestions (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/tests/NetworkPreferenceApp/src/com/google/android/car/networking/preferenceupdater/
DRunOnBootCompleteTasksReceiver.java86 mWifiManager.addNetworkSuggestions(list); in reapplyWifiOnBoot()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiShellCommandTest.java606 verify(mWifiService).addNetworkSuggestions(argThat(sL -> { in testAddSuggestionWithUntrusted()
641 verify(mWifiService).addNetworkSuggestions(argThat(sL -> { in testAddSuggestionWithOemPaid()
676 verify(mWifiService).addNetworkSuggestions(argThat(sL -> { in testAddSuggestionWithOemPrivate()
710 verify(mWifiService).addNetworkSuggestions(argThat(sL -> { in testAddSuggestionWithNonPersistentMacRandomization()
722 verify(mWifiService).addNetworkSuggestions(argThat(sL -> { in testAddSuggestionWithNonPersistentMacRandomization()
DWifiServiceImplTest.java7281 mWifiServiceImpl.addNetworkSuggestions(mock(List.class), TEST_PACKAGE_NAME, in testAddNetworkSuggestions()
7290 mWifiServiceImpl.addNetworkSuggestions(mock(List.class), TEST_PACKAGE_NAME, in testAddNetworkSuggestions()
7314 mWifiServiceImpl.addNetworkSuggestions(mock(List.class), TEST_PACKAGE_NAME, in testAddNetworkSuggestionsIsAllowedForCarrierAppWithUserRestriction()
7338 mWifiServiceImpl.addNetworkSuggestions(mock(List.class), TEST_PACKAGE_NAME, in testAddNetworkSuggestionsIsAllowedForPrivilegedAppWithUserRestriction()
7361 mWifiServiceImpl.addNetworkSuggestions(mock(List.class), TEST_PACKAGE_NAME, in testAddNetworkSuggestionsIsAllowedForSystemAppWithUserRestriction()
7384 mWifiServiceImpl.addNetworkSuggestions(mock(List.class), TEST_PACKAGE_NAME, in testAddNetworkSuggestionsIsAllowedForAdminAppWithUserRestriction()
7406 mWifiServiceImpl.addNetworkSuggestions(mock(List.class), TEST_PACKAGE_NAME, in testAddNetworkSuggestionsIsNotAllowedForNormalAppWithUserRestriction()
7424 mWifiServiceImpl.addNetworkSuggestions(mock(List.class), TEST_PACKAGE_NAME, in testAddNetworkSuggestionsFailureInRunWithScissors()
/packages/services/Car/tests/NetworkPreferenceApp/src/com/google/android/car/networking/preferenceupdater/fragments/
DManagerFragment.java305 mWifiManager.addNetworkSuggestions(list); in onApplyWifiCapabilitiesBtnClick()
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl335 …int addNetworkSuggestions(in List<WifiNetworkSuggestion> networkSuggestions, in String packageName, in addNetworkSuggestions() method
DBaseWifiService.java725 public int addNetworkSuggestions( in addNetworkSuggestions() method in BaseWifiService
DWifiManager.java3402 public @NetworkSuggestionsStatusCode int addNetworkSuggestions( in addNetworkSuggestions() method in WifiManager
3405 return mService.addNetworkSuggestions( in addNetworkSuggestions()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java2401 when(mWifiService.addNetworkSuggestions(any(List.class), anyString(), in addGetRemoveNetworkSuggestions()
2409 mWifiManager.addNetworkSuggestions(testList)); in addGetRemoveNetworkSuggestions()
2410 verify(mWifiService).addNetworkSuggestions(anyList(), eq(TEST_PACKAGE_NAME), in addGetRemoveNetworkSuggestions()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java1125 int errorCode = mWifiService.addNetworkSuggestions( in onCommand()
DWifiServiceImpl.java6229 public int addNetworkSuggestions(
/packages/modules/Wifi/framework/api/
Dcurrent.txt441 …mission(android.Manifest.permission.CHANGE_WIFI_STATE) public int addNetworkSuggestions(@NonNull j…