Home
last modified time | relevance | path

Searched defs:lockTaskModeState (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLockTaskController.java687 private void setLockTaskMode(@NonNull Task task, int lockTaskModeState, in setLockTaskMode()
736 private void performStartLockTask(String packageName, int userId, int lockTaskModeState) { in performStartLockTask()
886 private void setStatusBarState(int lockTaskModeState, int userId) { in setStatusBarState()
919 private void setKeyguardState(int lockTaskModeState, int userId) { in setKeyguardState()
H A DTaskChangeNotificationController.java558 void notifyLockTaskModeChanged(int lockTaskModeState) { in notifyLockTaskModeChanged()
H A DRecentTasks.java674 void onLockTaskModeStateChanged(int lockTaskModeState, int userId) { in onLockTaskModeStateChanged()
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DVolumeDialogController.java202 void onShowRequested(int reason, boolean keyguardLocked, int lockTaskModeState); in onShowRequested()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java482 private void initDialog(int lockTaskModeState) { in initDialog()
1179 private void initSettingsH(int lockTaskModeState) { in initSettingsH()
H A DVolumeDialogControllerImpl.java903 final int lockTaskModeState) { in onShowRequested()