Searched refs:mAllowRemoteInput (Results 1 – 1 of 1) sorted by relevance
42 private boolean mAllowRemoteInput; field in NotificationLockscreenPreference83 mAllowRemoteInput = Settings.Secure.getInt(getContext().getContentResolver(), in onPrepareDialogBuilder()93 checkbox.setChecked(!mAllowRemoteInput); in onDialogCreated()123 Settings.Secure.LOCK_SCREEN_ALLOW_REMOTE_INPUT, mAllowRemoteInput ? 1 : 0); in onDialogClosed()160 mAllowRemoteInput = !isChecked; in onCheckedChanged()