Searched defs:toBytes (Results 1 – 8 of 8) sorted by relevance
36 KILOBYTES { @Override public long toBytes(long v) { return v * 1_000; } }, in toBytes() method37 MEGABYTES { @Override public long toBytes(long v) { return v * 1_000_000; } }, in toBytes() method38 GIGABYTES { @Override public long toBytes(long v) { return v * 1_000_000_000; } }, in toBytes() method39 KIBIBYTES { @Override public long toBytes(long v) { return v * 1_024; } }, in toBytes() method40 MEBIBYTES { @Override public long toBytes(long v) { return v * 1_048_576; } }, in toBytes() method41 GIBIBYTES { @Override public long toBytes(long v) { return v * 1_073_741_824; } }; in toBytes() method43 public long toBytes(long v) { in toBytes() method in DataUnit
51 public byte[] toBytes() { in toBytes() method in FakeGateKeeperService.VerifyHandle78 public byte[] toBytes() { in toBytes() method in FakeGateKeeperService.AuthToken
187 private static byte[] toBytes(long value) { in toBytes() method in RapporEncoderTest
204 private byte[] toBytes(@NonNull ArrayList<Byte> byteArray) { in toBytes() method in MediaCas
548 public byte[] toBytes() { in toBytes() method in Asn1Node
141 public byte[] toBytes() { in toBytes() method in LockSettingsStorage.CredentialHash693 public static byte[] toBytes(int persistentType, int userId, int qualityForUi, in toBytes() method in LockSettingsStorage.PersistentData
245 public byte[] toBytes() { in toBytes() method in SyntheticPasswordManager.PasswordData
1078 private static byte[] toBytes(String s) { in toBytes() method in SettingsState