Searched refs:removePerSsidRoamingMode (Results 1 – 9 of 9) sorted by relevance
82 public void removePerSsidRoamingMode(WifiSsid ssid, boolean isDeviceOwner) { in removePerSsidRoamingMode() method in WifiRoamingModeManager
88 mWifiRoamingModeManager.removePerSsidRoamingMode(WifiSsid.fromString(TEST_SSID), false); in testRemovePerSsidRoamingMode()
500 void removePerSsidRoamingMode(in WifiSsid ssid, String packageName); in removePerSsidRoamingMode() method
1171 public void removePerSsidRoamingMode(WifiSsid ssid, @NonNull String packageName) { in removePerSsidRoamingMode() method in BaseWifiService
12490 public void removePerSsidRoamingMode(@NonNull WifiSsid ssid) { in removePerSsidRoamingMode() method in WifiManager12493 mService.removePerSsidRoamingMode(ssid, mContext.getOpPackageName()); in removePerSsidRoamingMode()
4227 () -> mWifiManager.removePerSsidRoamingMode(null)); in testRemovePerSsidRoamingMode()4229 mWifiManager.removePerSsidRoamingMode(WifiSsid.fromString(TEST_SSID)); in testRemovePerSsidRoamingMode()4230 verify(mWifiService).removePerSsidRoamingMode(WifiSsid.fromString(TEST_SSID), in testRemovePerSsidRoamingMode()
12496 () -> mWifiServiceImpl.removePerSsidRoamingMode( in testRemovePerSsidRoamingModeByDeviceAdmin()12501 mWifiServiceImpl.removePerSsidRoamingMode(WifiSsid.fromString(TEST_SSID_WITH_QUOTES), in testRemovePerSsidRoamingModeByDeviceAdmin()12504 verify(mWifiRoamingModeManager).removePerSsidRoamingMode( in testRemovePerSsidRoamingModeByDeviceAdmin()12514 () -> mWifiServiceImpl.removePerSsidRoamingMode( in testRemovePerSsidRoamingModeByNonAdmin()12518 mWifiServiceImpl.removePerSsidRoamingMode( in testRemovePerSsidRoamingModeByNonAdmin()12521 verify(mWifiRoamingModeManager).removePerSsidRoamingMode( in testRemovePerSsidRoamingModeByNonAdmin()
8572 public void removePerSsidRoamingMode(WifiSsid ssid, @NonNull String packageName) {8594 mWifiInjector.getWifiRoamingModeManager().removePerSsidRoamingMode(
532 …gedApi("com.android.wifi.flags.android_v_wifi_api") public void removePerSsidRoamingMode(@NonNull …