Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopModeLoggerTransitionObserverTest.kt253 .logSessionExit(eq(previousSessionId), eq(ExitReason.RETURN_HOME_OR_OVERVIEW)) in transitToFront_previousTransitionExitToOverview_logTaskAddedAndEnterReasonOverview()
289 .logSessionExit(eq(previousSessionId), eq(ExitReason.RETURN_HOME_OR_OVERVIEW)) in transitChange_previousTransitionExitToOverview_logTaskAddedAndEnterReasonOverview()
325 .logSessionExit(eq(previousSessionId), eq(ExitReason.RETURN_HOME_OR_OVERVIEW)) in transitOpen_previousTransitionExitToOverview_logTaskAddedAndEnterReasonOverview()
364 .logSessionExit(eq(previousSessionId), eq(ExitReason.RETURN_HOME_OR_OVERVIEW)) in transitEnterDesktopFromAppFromOverview_previousTransitionExitToOverview_logTaskAddedAndEnterReasonAppFromOverview()
426 .logSessionExit(eq(sessionId), eq(ExitReason.SCREEN_OFF)) in transitSleep_logTaskAddedAndExitReasonScreenOff_sessionIdNull()
446 .logSessionExit(eq(sessionId), eq(ExitReason.DRAG_TO_EXIT)) in transitExitDesktopTaskDrag_logTaskRemovedAndExitReasonDragToExit_sessionIdNull()
468 .logSessionExit(eq(sessionId), eq(ExitReason.APP_HANDLE_MENU_BUTTON_EXIT)) in transitExitDesktopAppHandleButton_logTaskRemovedAndExitReasonButton_sessionIdNull()
488 .logSessionExit(eq(sessionId), eq(ExitReason.KEYBOARD_SHORTCUT_EXIT)) in transitExitDesktopUsingKeyboard_logTaskRemovedAndExitReasonKeyboard_sessionIdNull()
508 .logSessionExit(eq(sessionId), eq(ExitReason.UNKNOWN_EXIT)) in transitExitDesktopUnknown_logTaskRemovedAndExitReasonUnknown_sessionIdNull()
528 .logSessionExit(eq(sessionId), eq(ExitReason.RETURN_HOME_OR_OVERVIEW)) in transitToFrontWithFlagRecents_logTaskRemovedAndExitReasonOverview_sessionIdNull()
[all …]
DDesktopModeEventLoggerTest.kt64 desktopModeEventLogger.logSessionExit(sessionId = SESSION_ID, ExitReason.UNKNOWN_EXIT) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeEventLogger.kt49 fun logSessionExit(sessionId: Int, exitReason: ExitReason) { in logSessionExit() method
DDesktopModeLoggerTransitionObserver.kt248 desktopModeEventLogger.logSessionExit( in <lambda>()