Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
H A DCarLauncherApplication.java70 Intent controlBarIntent = new Intent(this, ControlBarActivity.class); in onCreate() local
71 controlBarIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onCreate()
76 controlBarIntent, mSyncTransactionQueue); in onCreate()