Searched refs:RemoteCarDefaultRootTaskViewConfig (Results 1 – 6 of 6) sorted by relevance
27 public final class RemoteCarDefaultRootTaskViewConfig { class28 private static final String TAG = RemoteCarDefaultRootTaskViewConfig.class.getSimpleName();35 private RemoteCarDefaultRootTaskViewConfig(int displayId, boolean embedHomeTask, in RemoteCarDefaultRootTaskViewConfig() method in RemoteCarDefaultRootTaskViewConfig96 public RemoteCarDefaultRootTaskViewConfig build() { in build()97 return new RemoteCarDefaultRootTaskViewConfig(mDisplayId, mEmbedHomeTask, in build()
49 private final RemoteCarDefaultRootTaskViewConfig mConfig;172 RemoteCarDefaultRootTaskViewConfig config, in RemoteCarDefaultRootTaskView()226 RemoteCarDefaultRootTaskViewConfig getConfig() { in getConfig()
171 @NonNull RemoteCarDefaultRootTaskViewConfig remoteCarDefaultRootTaskViewConfig, in createRemoteCarDefaultRootTaskView()
26 import android.car.app.RemoteCarDefaultRootTaskViewConfig;211 RemoteCarDefaultRootTaskViewConfig config = in createCarDefaultRootTaskView()212 new RemoteCarDefaultRootTaskViewConfig.Builder().setDisplayId( in createCarDefaultRootTaskView()
29 import android.car.app.RemoteCarDefaultRootTaskViewConfig;156 new RemoteCarDefaultRootTaskViewConfig.Builder() in taskViewControllerReady()
177 …TaskViewController void createRemoteCarDefaultRootTaskView(RemoteCarDefaultRootTaskViewConfig remo…197 android.car.app RemoteCarDefaultRootTaskViewConfig String toString()198 android.car.app RemoteCarDefaultRootTaskViewConfig boolean embedsAssistantTask()199 android.car.app RemoteCarDefaultRootTaskViewConfig boolean embedsHomeTask()200 android.car.app RemoteCarDefaultRootTaskViewConfig boolean embedsRecentsTask()201 android.car.app RemoteCarDefaultRootTaskViewConfig int getDisplayId()202 android.car.app RemoteCarDefaultRootTaskViewConfig.Builder Builder embedAssistantTask(boolean embed…203 android.car.app RemoteCarDefaultRootTaskViewConfig.Builder Builder embedHomeTask(boolean embedHomeT…204 android.car.app RemoteCarDefaultRootTaskViewConfig.Builder Builder embedRecentsTask(boolean embedRe…205 android.car.app RemoteCarDefaultRootTaskViewConfig.Builder Builder setDisplayId(int displayId)[all …]