Searched refs:mCarDockIntent (Results 1 – 1 of 1) sorted by relevance
612 Intent mCarDockIntent; field in PhoneWindowManager2290 mCarDockIntent = new Intent(Intent.ACTION_MAIN, null);2291 mCarDockIntent.addCategory(Intent.CATEGORY_CAR_DOCK);2292 mCarDockIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK6303 intent = mCarDockIntent;