Searched refs:CarInputHandlingService (Results 1 – 5 of 5) sorted by relevance
22 @Deprecated public abstract class CarInputHandlingService extends android.app.Service {23 ctor protected CarInputHandlingService(android.car.input.CarInputHandlingService.InputFilter[]);30 public static final class CarInputHandlingService.InputFilter implements android.os.Parcelable {31 ctor public CarInputHandlingService.InputFilter(int, int);
66 public abstract class CarInputHandlingService extends Service { class77 protected CarInputHandlingService(InputFilter[] handledKeys) { in CarInputHandlingService() method in CarInputHandlingService139 mEventHandler = new EventHandler(CarInputHandlingService.this); in InputBinder()150 private final WeakReference<CarInputHandlingService> mRefService;152 EventHandler(CarInputHandlingService service) { in EventHandler()158 CarInputHandlingService service = mRefService.get(); in handleMessage()
1040 class @hide @SystemApi CarInputHandlingService package android.car.input1046 class CarInputHandlingService.InputFilter package android.car.input