Searched refs:VALID_LONG_MASK (Results 1 – 3 of 3) sorted by relevance
34 private static final long VALID_LONG_MASK = (1L << 48) - 1; field in MacAddressUtils83 addr = r.nextLong() & VALID_LONG_MASK; in createRandomUnicastAddress()
84 private static final long VALID_LONG_MASK = (1L << 48) - 1; field in MacAddress102 mAddr = (VALID_LONG_MASK & addr); in MacAddress()
505 Landroid/net/MacAddress;->VALID_LONG_MASK:J