Searched refs:handlerType (Results 1 – 2 of 2) sorted by relevance
66 private String handlerType; field in HandlerBox78 return handlerType; in getHandlerType()90 public void setHandlerType(String handlerType) { in setHandlerType() argument91 this.handlerType = handlerType; in setHandlerType()99 …return readableTypes.get(handlerType) != null ? readableTypes.get(handlerType) : "Unknown Handler … in getHumanReadableTrackType()115 handlerType = IsoTypeReader.read4cc(content); in _parseDetails()136 byteBuffer.put(IsoFile.fourCCtoBytes(handlerType)); in getContent()
388 TypeId<InvocationHandler> handlerType = TypeId.get(InvocationHandler.class); in generateCodeForAllMethods() local391 generatedType.getField(handlerType, FIELD_NAME_HANDLER); in generateCodeForAllMethods()396 MethodId<InvocationHandler, Object> methodInvoke = handlerType.getMethod(TypeId.OBJECT, in generateCodeForAllMethods()455 Local<InvocationHandler> localHandler = code.newLocal(handlerType); in generateCodeForAllMethods()472 Local<InvocationHandler> nullHandler = code.newLocal(handlerType); in generateCodeForAllMethods()585 TypeId<InvocationHandler> handlerType = TypeId.get(InvocationHandler.class); in generateConstructorsAndFields() local588 handlerType, FIELD_NAME_HANDLER); in generateConstructorsAndFields()