Searched refs:RemoteCarDefaultRootTaskViewConfig (Results 1 – 3 of 3) sorted by relevance
29 public final class RemoteCarDefaultRootTaskViewConfig { class30 private static final String TAG = RemoteCarDefaultRootTaskViewConfig.class.getSimpleName();37 private RemoteCarDefaultRootTaskViewConfig(int displayId, boolean embedHomeTask, in RemoteCarDefaultRootTaskViewConfig() method in RemoteCarDefaultRootTaskViewConfig110 public RemoteCarDefaultRootTaskViewConfig build() { in build()112 return new RemoteCarDefaultRootTaskViewConfig(mDisplayId, mEmbedHomeTask, in build()
49 private final RemoteCarDefaultRootTaskViewConfig mConfig;110 RemoteCarDefaultRootTaskViewConfig config, in RemoteCarDefaultRootTaskView()160 RemoteCarDefaultRootTaskViewConfig getConfig() { in getConfig()
183 @NonNull RemoteCarDefaultRootTaskViewConfig remoteCarDefaultRootTaskViewConfig, in createRemoteCarDefaultRootTaskView()