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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
ColorInversionTile.java 72 protected void handleUserSwitch(int newUserId) {
NightDisplayTile.java 59 protected void handleUserSwitch(int newUserId) {
71 super.handleUserSwitch(newUserId);
FlashlightTile.java 67 protected void handleUserSwitch(int newUserId) {
CastTile.java 83 protected void handleUserSwitch(int newUserId) {
84 super.handleUserSwitch(newUserId);
IntentTile.java 83 protected void handleUserSwitch(int newUserId) {
84 super.handleUserSwitch(newUserId);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ConfigurationMap.java 90 public List<WifiConfiguration> handleUserSwitch(int userId) {
WifiServiceImpl.java 414 public void handleUserSwitch(int userId) {
415 mWifiStateMachine.handleUserSwitch(userId);
    [all...]
WifiStateMachine.java     [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);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiStateMachineTest.java     [all...]

Completed in 2241 milliseconds