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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingManager.java372 public void onNotificationDoubleTap(boolean accepted, float dx, float dy) { method in class:FalsingManager
374 FalsingLog.i("onNotificationDoubleTap", "accepted=" + accepted
377 mDataCollector.onNotificationDoubleTap();
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
H A DDataCollector.java339 public void onNotificationDoubleTap() { method in class:DataCollector
341 Log.d(TAG, "onNotificationDoubleTap");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java207 }, this::performClick, this::handleSlideBack, mFalsingManager::onNotificationDoubleTap);

Completed in 86 milliseconds