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 MacAddressUtils82 addr = r.nextLong() & VALID_LONG_MASK; in createRandomUnicastAddress()
83 private static final long VALID_LONG_MASK = (1L << 48) - 1; field in MacAddress101 mAddr = (VALID_LONG_MASK & addr); in MacAddress()
43947 Landroid/net/MacAddress;->VALID_LONG_MASK:J