Searched refs:WM_DEBUG_LOCKTASK (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | LockTaskController.java | 34 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_LOCKTASK; 515 ProtoLog.i(WM_DEBUG_LOCKTASK, "clearLockedTasks: %s", reason); in clearLockedTasks() 557 ProtoLog.d(WM_DEBUG_LOCKTASK, "removeLockedTask: removed %s", task); in removeLockedTask() 559 ProtoLog.d(WM_DEBUG_LOCKTASK, "removeLockedTask: task=%s last task, " in removeLockedTask() 626 ProtoLog.w(WM_DEBUG_LOCKTASK, "Mode default, asking user"); in startLockTaskMode() 637 ProtoLog.w(WM_DEBUG_LOCKTASK, "%s", isSystemCaller ? "Locking pinned" : "Locking fully"); in startLockTaskMode() 651 ProtoLog.w(WM_DEBUG_LOCKTASK, in setLockTaskMode() 669 ProtoLog.w(WM_DEBUG_LOCKTASK, "setLockTaskMode: Locking to %s Callers=%s", in setLockTaskMode() 740 ProtoLog.d(WM_DEBUG_LOCKTASK, "onLockTaskPackagesUpdated: removing %s" in updateLockTaskPackages() 754 ProtoLog.d(WM_DEBUG_LOCKTASK, "onLockTaskPackagesUpdated: starting new " in updateLockTaskPackages()
|
H A D | ActivityTaskManagerService.java | 72 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_LOCKTASK; 2472 ProtoLog.w(WM_DEBUG_LOCKTASK, "startLockTaskMode: %s", task); in startLockTaskMode() 2534 ProtoLog.w(WM_DEBUG_LOCKTASK, "Allowlisting %d:%s", userId, Arrays.toString(packages)); in updateLockTaskPackages() 3613 ProtoLog.w(WM_DEBUG_LOCKTASK, "Allowing features %d:0x%s", in updateLockTaskFeatures()
|
H A D | Task.java | 75 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_LOCKTASK; 1720 ProtoLog.d(WM_DEBUG_LOCKTASK, "setLockTaskAuth: task=%s mLockTaskAuth=%s", this, in setLockTaskAuth()
|
/aosp12/frameworks/base/core/java/com/android/internal/protolog/ |
H A D | ProtoLogGroup.java | 49 WM_DEBUG_LOCKTASK(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false, enumConstant
|