Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/app/
DRemoteCarDefaultRootTaskViewConfig.java29 public final class RemoteCarDefaultRootTaskViewConfig { class
30 private static final String TAG = RemoteCarDefaultRootTaskViewConfig.class.getSimpleName();
37 private RemoteCarDefaultRootTaskViewConfig(int displayId, boolean embedHomeTask, in RemoteCarDefaultRootTaskViewConfig() method in RemoteCarDefaultRootTaskViewConfig
110 public RemoteCarDefaultRootTaskViewConfig build() { in build()
112 return new RemoteCarDefaultRootTaskViewConfig(mDisplayId, mEmbedHomeTask, in build()
DRemoteCarDefaultRootTaskView.java49 private final RemoteCarDefaultRootTaskViewConfig mConfig;
110 RemoteCarDefaultRootTaskViewConfig config, in RemoteCarDefaultRootTaskView()
160 RemoteCarDefaultRootTaskViewConfig getConfig() { in getConfig()
DCarTaskViewController.java183 @NonNull RemoteCarDefaultRootTaskViewConfig remoteCarDefaultRootTaskViewConfig, in createRemoteCarDefaultRootTaskView()