Searched refs:mCarDockIntent (Results 1 – 1 of 1) sorted by relevance
504 Intent mCarDockIntent; field in PhoneWindowManager1806 mCarDockIntent = new Intent(Intent.ACTION_MAIN, null); in init()1807 mCarDockIntent.addCategory(Intent.CATEGORY_CAR_DOCK); in init()1808 mCarDockIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK in init()5149 intent = mCarDockIntent; in createHomeDockIntent()