Home
last modified time | relevance | path

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

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