Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java2845 stopLockTaskModeInternal(r.getTaskRecord(), false /* isSystemCaller */); in stopLockTaskModeByToken()
2856 stopLockTaskModeInternal(null, true /* isSystemCaller */); in stopSystemLockTaskMode()
2888 private void stopLockTaskModeInternal(@Nullable TaskRecord task, boolean isSystemCaller) { in stopLockTaskModeInternal() method in ActivityTaskManagerService