Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvSystemUIModule.java19 import static com.android.systemui.Dependency.ALLOW_NOTIFICATION_LONG_PRESS_NAME;
142 @Named(ALLOW_NOTIFICATION_LONG_PRESS_NAME)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DReferenceSystemUIModule.java19 import static com.android.systemui.Dependency.ALLOW_NOTIFICATION_LONG_PRESS_NAME;
153 @Named(ALLOW_NOTIFICATION_LONG_PRESS_NAME)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java19 import static com.android.systemui.Dependency.ALLOW_NOTIFICATION_LONG_PRESS_NAME;
222 @Named(ALLOW_NOTIFICATION_LONG_PRESS_NAME) boolean allowLongPress, in ExpandableNotificationRowController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java23 import static com.android.systemui.Dependency.ALLOW_NOTIFICATION_LONG_PRESS_NAME;
632 @Named(ALLOW_NOTIFICATION_LONG_PRESS_NAME) boolean allowLongPress, in NotificationStackScrollLayoutController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java195 public static final String ALLOW_NOTIFICATION_LONG_PRESS_NAME = "allow_notif_longpress"; field in Dependency