Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/pm/
H A DActivityBlockingActivity.java411 Intent startMain = new Intent(Intent.ACTION_MAIN); in handleCloseApplication() local
412 startMain.addCategory(Intent.CATEGORY_HOME); in handleCloseApplication()
413 startMain.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in handleCloseApplication()
414 startActivity(startMain); in handleCloseApplication()