Home
last modified time | relevance | path

Searched refs:digits (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/muxer/src/android/media/muxer/cts/
DNativeMuxerTest.java223 final char[] digits = in hexString() local
229 hex.append(digits[(c >> 4) & 0xf]); in hexString()
230 hex.append(digits[c & 0xf]); in hexString()
/cts/hostsidetests/hdmicec/
Dcec_adapter.md175 (except `<command id>`, which requires 2 digits). Here, we want to send commands
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt714 field public static final int digits = 16843110; // 0x1010166
49054 field public static final String ARG_DIGITS = "android.arg.digits";
49109 field public static final String TYPE_DIGITS = "android.type.digits";