Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/
DFastPairSimulator.java621 private final boolean mUseRandomSaltForAccountKeyRotation; field in FastPairSimulator.Options
661 this.mUseRandomSaltForAccountKeyRotation = useRandomSaltForAccountKeyRotation; in Options()
714 return mUseRandomSaltForAccountKeyRotation; in getUseRandomSaltForAccountKeyRotation()
793 private boolean mUseRandomSaltForAccountKeyRotation; field in FastPairSimulator.Options.Builder
820 this.mUseRandomSaltForAccountKeyRotation = in Builder()
821 option.mUseRandomSaltForAccountKeyRotation; in Builder()
888 this.mUseRandomSaltForAccountKeyRotation = useRandomSaltForAccountKeyRotation; in setUseRandomSaltForAccountKeyRotation()
946 mUseRandomSaltForAccountKeyRotation, in build()