Searched refs:mPairingCode (Results 1 – 1 of 1) sorted by relevance
72 private final MutableLiveData<String> mPairingCode = new MutableLiveData<>(null); field in AssociatedDeviceViewModel108 mPairingCode.postValue(null); in acceptVerification()123 mPairingCode.postValue(null); in stopAssociation()207 return mPairingCode; in getPairingCode()357 mPairingCode.postValue(code);