Searched refs:mBeamDisallowedByBase (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/nfc/
H A DAndroidBeam.java49 private boolean mBeamDisallowedByBase; field in class:AndroidBeam
72 mBeamDisallowedByBase = RestrictedLockUtils.hasBaseUserRestriction(getActivity(),
74 if (!mBeamDisallowedByBase && admin != null) {
97 mSwitchBar.setChecked(!mBeamDisallowedByBase && mNfcAdapter.isNdefPushEnabled());
99 mSwitchBar.setEnabled(!mBeamDisallowedByBase);

Completed in 109 milliseconds