Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/pm/
DActivityBlockingActivity.java242 Intent startMain = new Intent(Intent.ACTION_MAIN); in handleCloseApplication() local
243 startMain.addCategory(Intent.CATEGORY_HOME); in handleCloseApplication()
244 startMain.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in handleCloseApplication()
245 startActivity(startMain); in handleCloseApplication()