Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApConfiguration.java396 private final @Nullable MacAddress mPersistentRandomizedMacAddress; field in SoftApConfiguration
506 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.Builder
1372 mPersistentRandomizedMacAddress = null; in Builder()
1414 mPersistentRandomizedMacAddress = other.mPersistentRandomizedMacAddress; in Builder()
[all …]