Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/app/
DFullScreenIntentPermissionPreferenceController.kt50 val inAppWidePreferences = mChannelGroup == null && mChannel == null in getPreferenceKey() constant
52 if (!inAppWidePreferences) { in getPreferenceKey()
56 return super.isAvailable() && inAppWidePreferences && isPermissionRequested() in getPreferenceKey()