Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/scalableui/systemevents/
DSystemEventHandler.java22 …com.android.systemui.car.wm.scalableui.systemevents.SystemEventConstants.SYSTEM_EXIST_SUW_EVENT_ID;
127 mEventDispatcher.executeTransaction(SYSTEM_EXIST_SUW_EVENT_ID); in updateUserSetupState()
DSystemEventConstants.java26 public static final String SYSTEM_EXIST_SUW_EVENT_ID = "_System_ExitSuwEvent"; field in SystemEventConstants