1// Signature format: 2.0 2package android.car.cluster.renderer { 3 4 @UiThread public abstract class NavigationRenderer { 5 method public void onEvent(int, android.os.Bundle); 6 } 7 8} 9 10package android.car.hardware { 11 12 @Deprecated public static class CarPropertyConfig.Builder<T> { 13 method @Deprecated public android.car.hardware.CarPropertyConfig.Builder<T> addArea(int); 14 method @Deprecated public android.car.hardware.CarPropertyConfig.Builder<T> addAreaConfig(int, T, T); 15 method @Deprecated public android.car.hardware.CarPropertyConfig.Builder<T> addAreas(int[]); 16 } 17 18} 19 20package android.car.input { 21 22 @Deprecated public abstract class CarInputHandlingService extends android.app.Service { 23 ctor @Deprecated protected CarInputHandlingService(android.car.input.CarInputHandlingService.InputFilter[]); 24 method @Deprecated @CallSuper public android.os.IBinder onBind(android.content.Intent); 25 method @Deprecated @MainThread protected abstract void onKeyEvent(android.view.KeyEvent, int); 26 field @Deprecated public static final int INPUT_CALLBACK_BINDER_CODE = 1; // 0x1 27 field @Deprecated public static final String INPUT_CALLBACK_BINDER_KEY = "callback_binder"; 28 } 29 30 @Deprecated public static final class CarInputHandlingService.InputFilter implements android.os.Parcelable { 31 ctor @Deprecated public CarInputHandlingService.InputFilter(int, int); 32 method @Deprecated public int describeContents(); 33 method @Deprecated public void writeToParcel(android.os.Parcel, int); 34 field @Deprecated public static final android.os.Parcelable.Creator CREATOR; 35 field @Deprecated public final int mKeyCode; 36 field @Deprecated public final int mTargetDisplay; 37 } 38 39} 40 41