Searched refs:mCarDockIntent (Results 1 – 1 of 1) sorted by relevance
608 Intent mCarDockIntent; field in PhoneWindowManager1568 mCarDockIntent = new Intent(Intent.ACTION_MAIN, null); in init()1569 mCarDockIntent.addCategory(Intent.CATEGORY_CAR_DOCK); in init()1570 mCarDockIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK in init()7011 intent = mCarDockIntent; in createHomeDockIntent()