Searched refs:logSessionExit (Results 1 – 4 of 4) sorted by relevance
253 .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 …]
64 desktopModeEventLogger.logSessionExit(sessionId = SESSION_ID, ExitReason.UNKNOWN_EXIT) in <lambda>()
49 fun logSessionExit(sessionId: Int, exitReason: ExitReason) { in logSessionExit() method in com.android.wm.shell.desktopmode.DesktopModeEventLogger
248 desktopModeEventLogger.logSessionExit( in <lambda>()