Searched refs:handledKeys (Results 1 – 1 of 1) sorted by relevance
77 protected CarInputHandlingService(InputFilter[] handledKeys) { in CarInputHandlingService() argument78 if (handledKeys == null) { in CarInputHandlingService()82 mHandledKeys = new InputFilter[handledKeys.length]; in CarInputHandlingService()83 System.arraycopy(handledKeys, 0, mHandledKeys, 0, handledKeys.length); in CarInputHandlingService()