Searched refs:mAllow3rdPartyInputs (Results 1 – 1 of 1) sorted by relevance
299 private boolean mAllow3rdPartyInputs; field in TvInputManagerHelper332 boolean previousSetting = mAllow3rdPartyInputs; in TvInputManagerHelper()334 if (previousSetting == mAllow3rdPartyInputs) { in TvInputManagerHelper()686 mAllow3rdPartyInputs = SystemProperties.ALLOW_THIRD_PARTY_INPUTS.getValue(); in updateAllow3rdPartyInputs()689 mAllow3rdPartyInputs = setting == 1; in updateAllow3rdPartyInputs()693 if (!mAllow3rdPartyInputs) { in isInputBlocked()