Searched refs:mPairingCache (Results 1 – 1 of 1) sorted by relevance
96 private final boolean mPairingCache; field in AwarePairingConfig104 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.Builder226 mPairingCache = enabled; in setPairingCacheEnabled()246 return new AwarePairingConfig(mPairingSetup, mPairingCache, mPairingVerification, in build()