Searched refs:mPersistentRandomizedMacAddress (Results 1 – 1 of 1) sorted by relevance
396 private final @Nullable MacAddress mPersistentRandomizedMacAddress; field in SoftApConfiguration506 mPersistentRandomizedMacAddress = persistentRandomizedMacAddress; in SoftApConfiguration()546 mPersistentRandomizedMacAddress, other.mPersistentRandomizedMacAddress) in equals()577 mPersistentRandomizedMacAddress, in hashCode()612 .append(mPersistentRandomizedMacAddress); in toString()643 dest.writeParcelable(mPersistentRandomizedMacAddress, flags); in writeToParcel()1178 return mPersistentRandomizedMacAddress; in getPersistentRandomizedMacAddress()1336 private MacAddress mPersistentRandomizedMacAddress; field in SoftApConfiguration.Builder1372 mPersistentRandomizedMacAddress = null; in Builder()1414 mPersistentRandomizedMacAddress = other.mPersistentRandomizedMacAddress; in Builder()[all …]