Home
last modified time | relevance | path

Searched defs:asByte (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/net/java/android/net/util/
H A DNetworkConstants.java91 public static byte asByte(int i) { return (byte) i; } in asByte() method in NetworkConstants
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DValue.java198 public Byte asByte() { in asByte() method in Value
275 public Byte asByte() { in asByte() method in Value.ByteValue
/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DRouterAdvertisementDaemon.java372 private static byte asByte(int value) { in asByte() method in RouterAdvertisementDaemon