Searched refs:digits (Results 1 – 3 of 3) sorted by relevance
223 final char[] digits = in hexString() local229 hex.append(digits[(c >> 4) & 0xf]); in hexString()230 hex.append(digits[c & 0xf]); in hexString()
175 (except `<command id>`, which requires 2 digits). Here, we want to send commands
714 field public static final int digits = 16843110; // 0x101016649054 field public static final String ARG_DIGITS = "android.arg.digits";49109 field public static final String TYPE_DIGITS = "android.type.digits";