Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/
DActivityBlockingActivity.java459 Intent startMain = new Intent(Intent.ACTION_MAIN); in handleCloseApplication() local
467 startMain.addCategory(Intent.CATEGORY_HOME); in handleCloseApplication()
468 startMain.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in handleCloseApplication()
469 startActivityAsUser(startMain, UserHandle.of(userOnDisplay)); in handleCloseApplication()