Home
last modified time | relevance | path

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

/frameworks/libs/net/common/framework/com/android/net/module/util/
DMacAddressUtils.java34 private static final long VALID_LONG_MASK = (1L << 48) - 1; field in MacAddressUtils
82 addr = r.nextLong() & VALID_LONG_MASK; in createRandomUnicastAddress()