Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/
DCarSystemUIProxyImpl.java61 public final class CarSystemUIProxyImpl class
63 private static final String TAG = CarSystemUIProxyImpl.class.getSimpleName();
98 public CarSystemUIProxyImpl( in CarSystemUIProxyImpl() method in CarSystemUIProxyImpl
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/taskview/
DRemoteCarTaskViewTransitions.java38 import com.android.systemui.car.wm.CarSystemUIProxyImpl;
62 private final Lazy<CarSystemUIProxyImpl> mCarSystemUIProxy;
69 Lazy<CarSystemUIProxyImpl> carSystemUIProxy, in RemoteCarTaskViewTransitions()
DRemoteCarTaskViewServerImpl.java21 import static com.android.systemui.car.wm.CarSystemUIProxyImpl.ensureManageSystemUIPermission;
45 import com.android.systemui.car.wm.CarSystemUIProxyImpl;
62 private final CarSystemUIProxyImpl mCarSystemUIProxy;
309 CarSystemUIProxyImpl carSystemUIProxy, in RemoteCarTaskViewServerImpl()
/packages/apps/Car/SystemUI/src/com/android/systemui/wmshell/
DCarWMComponent.java19 import com.android.systemui.car.wm.CarSystemUIProxyImpl;
63 CarSystemUIProxyImpl getCarSystemUIProxy(); in getCarSystemUIProxy()