HomeSort by relevance Sort by last modified time
    Searched refs:handleUserSwitch (Results 1 - 14 of 14) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiService.java 49 mImpl.handleUserSwitch(userId);
ConfigurationMap.java 90 public List<WifiConfiguration> handleUserSwitch(int userId) {
WifiServiceImpl.java 414 public void handleUserSwitch(int userId) {
415 mWifiStateMachine.handleUserSwitch(userId);
    [all...]
WifiConfigManager.java     [all...]
WifiStateMachine.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
NightDisplayTile.java 59 protected void handleUserSwitch(int newUserId) {
71 super.handleUserSwitch(newUserId);
ColorInversionTile.java 72 protected void handleUserSwitch(int newUserId) {
IntentTile.java 83 protected void handleUserSwitch(int newUserId) {
84 super.handleUserSwitch(newUserId);
FlashlightTile.java 67 protected void handleUserSwitch(int newUserId) {
CastTile.java 83 protected void handleUserSwitch(int newUserId) {
84 super.handleUserSwitch(newUserId);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ConfigurationMapTest.java 105 assertEquals(hiddenConfigurations, new HashSet<>(mConfigs.handleUserSwitch(newUserId)));
176 * current user. Also verifies that handleUserSwitch() returns the list of network
WifiStateMachineTest.java     [all...]
WifiConfigManagerTest.java 206 mWifiConfigManager.handleUserSwitch(newUserId);
679 * Verifies that handleUserSwitch() removes ephemeral network configurations, disables network
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTile.java 308 protected void handleUserSwitch(int newUserId) {
390 name = "handleUserSwitch";
391 handleUserSwitch(msg.arg1);

Completed in 196 milliseconds