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