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.java608 Intent mCarDockIntent; field in PhoneWindowManager
1568 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()