Searched refs:mAntiSpoofKey (Results 1 – 1 of 1) sorted by relevance
51 private final String mAntiSpoofKey; field in FastPairProvider173 mAntiSpoofKey = res.getString(R.string.fastPairAntiSpoofKey); in FastPairProvider()179 mFastPairGattServer = new FastPairGattServer(mContext, mModelId, mAntiSpoofKey, in FastPairProvider()187 return !(mModelId == 0 || TextUtils.isEmpty(mAntiSpoofKey)); in isEnabled()207 mModelId, TextUtils.isEmpty(mAntiSpoofKey) ? "N/A" : "Set"); in start()271 writer.println("Anti-Spoof Key : " + (TextUtils.isEmpty(mAntiSpoofKey) ? "N/A" : "Set")); in dump()