Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DReferenceSystemUIModule.java19 import static com.android.systemui.Dependency.ALLOW_NOTIFICATION_LONG_PRESS_NAME;
186 @Named(ALLOW_NOTIFICATION_LONG_PRESS_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java19 import static com.android.systemui.Dependency.ALLOW_NOTIFICATION_LONG_PRESS_NAME;
224 @Named(ALLOW_NOTIFICATION_LONG_PRESS_NAME) boolean allowLongPress, in ExpandableNotificationRowController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java103 public static final String ALLOW_NOTIFICATION_LONG_PRESS_NAME = "allow_notif_longpress"; field in Dependency
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java25 import static com.android.systemui.Dependency.ALLOW_NOTIFICATION_LONG_PRESS_NAME;
704 @Named(ALLOW_NOTIFICATION_LONG_PRESS_NAME) boolean allowLongPress, in NotificationStackScrollLayoutController()