Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationLockscreenPreference.java132 boolean showRemoteAtAll) { in checkboxVisibilityForSelectedIndex() argument
133 return selected == 1 && showRemoteAtAll && mRemoteInputCheckBoxEnabled ? View.VISIBLE in checkboxVisibilityForSelectedIndex()