Home | History | Annotate | Download | only in widget

Lines Matching refs:Byte

635         static final int BYTE = 2;
674 case BYTE:
732 case BYTE:
733 out.writeByte((Byte) this.value);
780 case BYTE:
781 return byte.class;
1404 * Call a method taking one byte on a view in the layout for this RemoteViews.
1410 public void setByte(int viewId, String methodName, byte value) {
1411 addAction(new ReflectionAction(viewId, methodName, ReflectionAction.BYTE, value));