Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingManager.java372 public void onNotificationDoubleTap(boolean accepted, float dx, float dy) { in onNotificationDoubleTap() method in FalsingManager
377 mDataCollector.onNotificationDoubleTap(); in onNotificationDoubleTap()
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
DDataCollector.java339 public void onNotificationDoubleTap() { in onNotificationDoubleTap() method in DataCollector
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java207 }, this::performClick, this::handleSlideBack, mFalsingManager::onNotificationDoubleTap); in ActivatableNotificationView()