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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingManager.java348 public void onNotificationDoubleTap(boolean accepted, float dx, float dy) { method in class:FalsingManager
350 FalsingLog.i("onNotificationDoubleTap", "accepted=" + accepted
353 mDataCollector.onNotificationDoubleTap();
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
H A DDataCollector.java338 public void onNotificationDoubleTap() { method in class:DataCollector
340 Log.d(TAG, "onNotificationDoubleTap");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java294 mFalsingManager.onNotificationDoubleTap(

Completed in 88 milliseconds