Searched refs:mHandledKeys (Results 1 – 1 of 1) sorted by relevance
72 private final InputFilter[] mHandledKeys; field in CarInputHandlingService81 mHandledKeys = new InputFilter[handledKeys.length]; in CarInputHandlingService()82 System.arraycopy(handledKeys, 0, mHandledKeys, 0, handledKeys.length); in CarInputHandlingService()112 dataIn.writeTypedArray(mHandledKeys, 0); in doCallbackIfPossible()