Home
last modified time | relevance | path

Searched refs:userSwitch (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/
DFakeQSTile.kt65 override fun userSwitch(currentUser: Int) { in userSwitch() method in com.android.systemui.qs.FakeQSTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/viewmodel/
DQSTileViewModelAdapter.kt96 userSwitch(qsHost.userId) in <lambda>()
151 override fun userSwitch(currentUser: Int) { in <lambda>() method in com.android.systemui.qs.tiles.viewmodel.QSTileViewModelAdapter
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DBatterySaverTileTest.kt117 tile.userSwitch(USER + 1) in testSettingChangesUser()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java79 void userSwitch(int currentUser); in userSwitch() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
DCurrentTilesInteractor.kt411 qsTile.userSwitch(user) in processExistingTile()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/
DTileQueryHelperTest.java407 public void userSwitch(int currentUser) {} in userSwitch() method in TileQueryHelperTest.FakeQSTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileHost.java316 tile.userSwitch(currentUser); in onTuningChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java351 public void userSwitch(int newUserId) { in userSwitch() method in QSTileImpl
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java6531 private void readAudioSettings(boolean userSwitch) { in readAudioSettings() argument
6541 if (userSwitch && mStreamVolumeAlias[streamType] == AudioSystem.STREAM_MUSIC) { in readAudioSettings()
6555 readVolumeGroupsSettings(userSwitch); in readAudioSettings()
8054 private void readVolumeGroupsSettings(boolean userSwitch) { in readVolumeGroupsSettings() argument
8058 Log.d(TAG, "readVolumeGroupsSettings userSwitch=" + userSwitch); in readVolumeGroupsSettings()
8063 if (!(userSwitch && vgs.isMusic())) { in readVolumeGroupsSettings()
8067 vgs.applyAllVolumes(userSwitch); in readVolumeGroupsSettings()
8367 public void applyAllVolumes(boolean userSwitch) { in applyAllVolumes() argument
8424 boolean forceDeviceSync = userSwitch && (mIndexMap.indexOfKey(deviceForVolume) < 0); in applyAllVolumes()