Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DFeatures.java47 boolean isNotificationChannelEnabled(); in isNotificationChannelEnabled() method
151 public boolean isNotificationChannelEnabled() { in isNotificationChannelEnabled() method in Features.RuntimeFeatures
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestFeatures.java91 public boolean isNotificationChannelEnabled() { in isNotificationChannelEnabled() method in TestFeatures
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DJob.java353 return mFeatures.isNotificationChannelEnabled() in createNotificationBuilder()
H A DFileOperationService.java176 if (features.isNotificationChannelEnabled()) { in setUpNotificationChannel()