Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java571 Intent mCarDockIntent; field in PhoneWindowManager
2123 mCarDockIntent = new Intent(Intent.ACTION_MAIN, null);
2124 mCarDockIntent.addCategory(Intent.CATEGORY_CAR_DOCK);
2125 mCarDockIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK
5808 intent = mCarDockIntent;