Searched defs:handleUserSwitch (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DColorInversionTile.java80 protected void handleUserSwitch(int newUserId) { method in class:ColorInversionTile
H A DFlashlightTile.java63 protected void handleUserSwitch(int newUserId) { method in class:FlashlightTile
H A DCastTile.java80 protected void handleUserSwitch(int newUserId) { method in class:CastTile
81 super.handleUserSwitch(newUserId);
H A DIntentTile.java78 protected void handleUserSwitch(int newUserId) { method in class:IntentTile
79 super.handleUserSwitch(newUserId);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTile.java214 protected void handleUserSwitch(int newUserId) { method in class:QSTile
263 name = "handleUserSwitch";
264 handleUserSwitch(msg.arg1);

Completed in 1064 milliseconds