Searched defs:mCarDockIntent (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java704 Intent mCarDockIntent; field in class:PhoneWindowManager
1896 mCarDockIntent = new Intent(Intent.ACTION_MAIN, null);
1897 mCarDockIntent.addCategory(Intent.CATEGORY_CAR_DOCK);
1898 mCarDockIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK
7536 intent = mCarDockIntent;

Completed in 60 milliseconds