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