Home
last modified time | relevance | path

Searched refs:handleUserSwitch (Results 1 – 13 of 13) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiService.java49 mImpl.handleUserSwitch(userId); in onSwitchUser()
DConfigurationMap.java90 public List<WifiConfiguration> handleUserSwitch(int userId) { in handleUserSwitch() method in ConfigurationMap
DWifiServiceImpl.java416 public void handleUserSwitch(int userId) { in handleUserSwitch() method in WifiServiceImpl
417 mWifiStateMachine.handleUserSwitch(userId); in handleUserSwitch()
DWifiConfigManager.java2786 public void handleUserSwitch(int userId) {
2803 mConfiguredNetworks.handleUserSwitch(mCurrentUserId);
DWifiStateMachine.java2334 public void handleUserSwitch(int userId) { in handleUserSwitch() method in WifiStateMachine
4181 mWifiConfigManager.handleUserSwitch(message.arg1); in processMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DIntentTile.java83 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in IntentTile
84 super.handleUserSwitch(newUserId); in handleUserSwitch()
DCastTile.java83 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in CastTile
84 super.handleUserSwitch(newUserId); in handleUserSwitch()
DColorInversionTile.java72 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in ColorInversionTile
DFlashlightTile.java67 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in FlashlightTile
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConfigurationMapTest.java105 assertEquals(hiddenConfigurations, new HashSet<>(mConfigs.handleUserSwitch(newUserId))); in switchUser()
DWifiStateMachineTest.java987 public void handleUserSwitch() throws Exception { in handleUserSwitch() method in WifiStateMachineTest
990 mWsm.handleUserSwitch(10); in handleUserSwitch()
DWifiConfigManagerTest.java206 mWifiConfigManager.handleUserSwitch(newUserId); in switchUser()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTile.java306 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in QSTile
389 handleUserSwitch(msg.arg1); in handleMessage()