Home
last modified time | relevance | path

Searched refs:mRemoteInputCheckBoxEnabled (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DNotificationLockscreenPreference.java45 private boolean mRemoteInputCheckBoxEnabled = true; field in NotificationLockscreenPreference
54 mRemoteInputCheckBoxEnabled = enabled; in setRemoteInputCheckBoxEnabled()
137 return selected == 1 && showRemoteAtAll && mRemoteInputCheckBoxEnabled ? View.VISIBLE in checkboxVisibilityForSelectedIndex()