Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java612 Intent mCarDockIntent; field in PhoneWindowManager
2290 mCarDockIntent = new Intent(Intent.ACTION_MAIN, null);
2291 mCarDockIntent.addCategory(Intent.CATEGORY_CAR_DOCK);
2292 mCarDockIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK
6303 intent = mCarDockIntent;