Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DAwarePairingConfig.java96 private final boolean mPairingCache; field in AwarePairingConfig
104 return mPairingCache; in isPairingCacheEnabled()
137 return mPairingSetup == that.mPairingSetup && mPairingCache == that.mPairingCache in equals()
144 return Objects.hash(mPairingSetup, mPairingCache, mPairingVerification, in hashCode()
151 mPairingCache = cache; in AwarePairingConfig()
159 mPairingCache = in.readBoolean(); in AwarePairingConfig()
167 dest.writeBoolean(mPairingCache); in writeToParcel()
194 private boolean mPairingCache = false; field in AwarePairingConfig.Builder
226 mPairingCache = enabled; in setPairingCacheEnabled()
246 return new AwarePairingConfig(mPairingSetup, mPairingCache, mPairingVerification, in build()