HomeSort by relevance Sort by last modified time
    Searched refs:asByte (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/net/java/android/net/ip/
RouterAdvertisementDaemon.java 69 private static final byte ICMPV6_ND_ROUTER_SOLICIT = asByte(133);
70 private static final byte ICMPV6_ND_ROUTER_ADVERT = asByte(134);
348 private static byte asByte(int value) { return (byte) value; }
371 .put(asByte(0))
375 .put(hasDefaultRoute ? asByte(0x08) : asByte(0))
483 .put(asByte(prefixLength))
484 .put(asByte(0xc0)) /* L & A set */
512 final byte RIO_NUM_8OCTETS = asByte(
518 .put(asByte(prefixLength)
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
JsonValue.java 268 public byte asByte () {
630 return (child == null || !child.isValue()) ? defaultValue : child.asByte();
698 return child.asByte();
770 return child.asByte();
    [all...]
Json.java     [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 552 milliseconds