Home
last modified time | relevance | path

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

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DTaskViewControllerWrapper.java74 abstract void showEmbeddedTasks(int[] taskViewIds); in showEmbeddedTasks() method in TaskViewControllerWrapper
DRemoteCarTaskViewControllerWrapperImpl.java145 void showEmbeddedTasks(int[] taskViewIds) { in showEmbeddedTasks() method in RemoteCarTaskViewControllerWrapperImpl
DCarUiPortraitHomeScreen.java586 mTaskViewControllerWrapper.showEmbeddedTasks(new int[]{BACKGROUND, FULLSCREEN}); in onNewIntent()
681 mTaskViewControllerWrapper.showEmbeddedTasks(new int[]{APPLICATION}); in onResume()
/packages/services/Car/car-lib/src/android/car/app/
DCarTaskViewController.java251 public void showEmbeddedTasks() { in showEmbeddedTasks() method in CarTaskViewController
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt473 method @MainThread public void showEmbeddedTasks();
/packages/services/Car/car-lib/api/
Dsystem-current.txt473 method @MainThread public void showEmbeddedTasks();
Dtest-current.txt544 method @MainThread public void showEmbeddedTasks();
Dsystem-lint-baseline.txt1608 UnflaggedApi: android.car.app.CarTaskViewController#showEmbeddedTasks():
1609 … must be flagged with @FlaggedApi: method android.car.app.CarTaskViewController.showEmbeddedTasks()