Searched refs:handledKeys (Results 1 – 2 of 2) sorted by relevance
76 protected CarInputHandlingService(InputFilter[] handledKeys) { in CarInputHandlingService() argument77 if (handledKeys == null) { in CarInputHandlingService()81 mHandledKeys = new InputFilter[handledKeys.length]; in CarInputHandlingService()82 System.arraycopy(handledKeys, 0, mHandledKeys, 0, handledKeys.length); in CarInputHandlingService()
392 Missing nullability on parameter `handledKeys` in method `CarInputHandlingService`