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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java698 Intent mCarDockIntent; field in class:PhoneWindowManager
1926 mCarDockIntent = new Intent(Intent.ACTION_MAIN, null);
1927 mCarDockIntent.addCategory(Intent.CATEGORY_CAR_DOCK);
1928 mCarDockIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK
7645 intent = mCarDockIntent;

Completed in 1050 milliseconds