Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiService.java63 mImpl.handleUserSwitch(to.getUserHandle().getIdentifier()); in onUserSwitching()
H A DWifiServiceImpl.java564 public void handleUserSwitch(int userId) { in handleUserSwitch() method in WifiServiceImpl
568 mWifiConfigManager.handleUserSwitch(userId); in handleUserSwitch()
H A DWifiConfigManager.java2952 public Set<Integer> handleUserSwitch(int userId) { in handleUserSwitch() method in WifiConfigManager
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DNightDisplayTile.java126 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in NightDisplayTile
140 super.handleUserSwitch(newUserId); in handleUserSwitch()
H A DCastTile.java136 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in CastTile
137 super.handleUserSwitch(newUserId); in handleUserSwitch()
H A DBatterySaverTile.java105 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in BatterySaverTile
H A DColorInversionTile.java105 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in ColorInversionTile
H A DFlashlightTile.java84 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in FlashlightTile
H A DNfcTile.java108 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in NfcTile
H A DDndTile.java167 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in DndTile
168 super.handleUserSwitch(newUserId); in handleUserSwitch()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileImpl.java494 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in QSTileImpl
653 handleUserSwitch(msg.arg1); in handleMessage()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigManagerTest.java3119 mWifiConfigManager.handleUserSwitch(user2); in testHandleUserSwitchDoesNotChangeSharedNetworksId()
3398 mWifiConfigManager.handleUserSwitch(user2); in testHandleUserSwitchPushesOtherPrivateNetworksToSharedStore()
3490 mWifiConfigManager.handleUserSwitch(user2); in testHandleUserSwitchWhenUnlocked()
3514 mWifiConfigManager.handleUserSwitch(user2); in testHandleUserSwitchWhenLocked()
3681 mWifiConfigManager.handleUserSwitch(user2); in testHandleBootupAfterUserSwitch()
3719 mWifiConfigManager.handleUserSwitch(user2); in testHandleBootupAfterPreviousUserUnlockAndSwitch()
3749 mWifiConfigManager.handleUserSwitch(user2); in testHandleBootupAfterUserSwitchAndPreviousUserUnlock()
3789 mWifiConfigManager.handleUserSwitch(user2); in testHandleUserUnlockWithoutSwitchOrBootup()
3833 mWifiConfigManager.handleUserSwitch(user2); in testAddNetworkUsingSysUiUid()
3891 mWifiConfigManager.handleUserSwitch(user2); in testHandleUserSwitchAfterFreshInstall()
[all …]
H A DWifiServiceImplTest.java6873 mWifiServiceImpl.handleUserSwitch(5); in testHandleUserSwitch()
6875 verify(mWifiConfigManager).handleUserSwitch(5); in testHandleUserSwitch()