Searched refs:WM_DEBUG_ADD_REMOVE (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ResetTargetTaskHelper.java | 19 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ADD_REMOVE; 215 ProtoLog.i(WM_DEBUG_ADD_REMOVE, "Removing activity %s from task=%s " in processResultActivities()
|
D | WindowContextListenerController.java | 24 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ADD_REMOVE; 157 ProtoLog.i(WM_DEBUG_ADD_REMOVE, "The listener does not exist."); in assertCallerCanModifyListener()
|
D | WindowToken.java | 21 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ADD_REMOVE; 321 ProtoLog.v(WM_DEBUG_ADD_REMOVE, "Adding %s to %s", win, this); in addWindow()
|
D | WindowState.java | 100 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ADD_REMOVE; 1172 ProtoLog.v(WM_DEBUG_ADD_REMOVE, "Adding %s to %s", this, parentWindow); in WindowState() 2337 ProtoLog.v(WM_DEBUG_ADD_REMOVE, in removeImmediately() 2392 ProtoLog.v(WM_DEBUG_ADD_REMOVE, in removeIfPossible() 2495 ProtoLog.v(WM_DEBUG_ADD_REMOVE, in removeIfPossible() 3314 ProtoLog.e(WM_DEBUG_ADD_REMOVE, "win=%s" in destroySurface() 4813 ProtoLog.v(WM_DEBUG_ADD_REMOVE, "Exit animation finished in %s: remove=%b", in onExitAnimationDone()
|
D | ActivityRecord.java | 142 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ADD_REMOVE; 3051 ProtoLog.i(WM_DEBUG_ADD_REMOVE, "reparent: moving activity=%s" in reparent() 4160 ProtoLog.i(WM_DEBUG_ADD_REMOVE, "Removing activity %s, reason= %s " in removeFromHistory() 4411 ProtoLog.i(WM_DEBUG_ADD_REMOVE, "Removing activity %s hasSavedState=%b " in handleAppDied() 4536 ProtoLog.v(WM_DEBUG_ADD_REMOVE, "removeAppToken: %s" in onRemovedFromDisplay() 4552 ProtoLog.v(WM_DEBUG_ADD_REMOVE, in onRemovedFromDisplay() 4703 ProtoLog.v(WM_DEBUG_ADD_REMOVE, in transferStartingWindow() 5653 ProtoLog.v(WM_DEBUG_ADD_REMOVE, "No longer Stopped: %s", this); in setVisibility() 6166 ProtoLog.v(WM_DEBUG_ADD_REMOVE, "notifyAppResumed: wasStopped=%b %s", in notifyAppResumed()
|
D | Task.java | 64 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ADD_REMOVE; 1420 ProtoLog.i(WM_DEBUG_ADD_REMOVE, "Removing and adding activity %s to root task at top " in moveActivityToFront() 1446 ProtoLog.v(WM_DEBUG_ADD_REMOVE, "addChild: %s at top.", this); in addChild() 5301 ProtoLog.i(WM_DEBUG_ADD_REMOVE, "Adding activity %s to task %s "
|
D | WindowManagerService.java | 102 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_ADD_REMOVE; 1914 ProtoLog.v(WM_DEBUG_ADD_REMOVE, "addWindow: New client %s" in addWindow() 2077 ProtoLog.v(WM_DEBUG_ADD_REMOVE, "postWindowRemoveCleanupLocked: %s", win); in postWindowRemoveCleanupLocked() 2104 ProtoLog.v(WM_DEBUG_ADD_REMOVE, "Removing %s from %s", win, token); in postWindowRemoveCleanupLocked() 2855 ProtoLog.d(WM_DEBUG_ADD_REMOVE, "finishDrawingWindow: %s mDrawState=%s", in finishDrawingWindow()
|
/frameworks/base/core/java/com/android/internal/protolog/ |
D | ProtoLogGroup.java | 39 WM_DEBUG_ADD_REMOVE(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false, enumConstant
|