Searched refs:handlerType (Results 1 – 4 of 4) 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()
479 TypeId<InvocationHandler> handlerType = TypeId.get(InvocationHandler.class); in generateCodeForAllMethods() local482 generatedType.getField(handlerType, FIELD_NAME_HANDLER); in generateCodeForAllMethods()487 MethodId<InvocationHandler, Object> methodInvoke = handlerType.getMethod(TypeId.OBJECT, in generateCodeForAllMethods()533 Local<InvocationHandler> localHandler = code.newLocal(handlerType); in generateCodeForAllMethods()548 Local<InvocationHandler> nullHandler = code.newLocal(handlerType); in generateCodeForAllMethods()688 TypeId<InvocationHandler> handlerType = TypeId.get(InvocationHandler.class); in generateConstructorsAndFields() local691 handlerType, FIELD_NAME_HANDLER); in generateConstructorsAndFields()
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...