Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DNightDisplayTile.java130 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in NightDisplayTile
144 super.handleUserSwitch(newUserId); in handleUserSwitch()
DDndTile.java160 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in DndTile
161 super.handleUserSwitch(newUserId); in handleUserSwitch()
DColorInversionTile.java100 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in ColorInversionTile
DOneHandedModeTile.java106 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in OneHandedModeTile
DColorCorrectionTile.java101 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in ColorCorrectionTile
DCastTile.java153 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in CastTile
154 super.handleUserSwitch(newUserId); in handleUserSwitch()
DBatterySaverTile.java108 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in BatterySaverTile
DFlashlightTile.java88 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in FlashlightTile
DNfcTile.java113 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in NfcTile
DRotationLockTile.java186 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in RotationLockTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java456 protected void handleUserSwitch(int newUserId) { in handleUserSwitch() method in QSTileImpl
612 handleUserSwitch(msg.arg1); in handleMessage()