Home
last modified time | relevance | path

Searched defs:userSwitch (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/
DTileQueryHelperTest.java410 public void userSwitch(int currentUser) {} in userSwitch() method in TileQueryHelperTest.FakeQSTile
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java81 void userSwitch(int currentUser); in userSwitch() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java356 public void userSwitch(int newUserId) { in userSwitch() method in QSTileImpl
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java5928 private void readAudioSettings(boolean userSwitch) { in readAudioSettings()
7442 private void readVolumeGroupsSettings(boolean userSwitch) { in readVolumeGroupsSettings()
7742 public void applyAllVolumes(boolean userSwitch) { in applyAllVolumes()