Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java131 private static final String KEY_BACK_NOTIFICATION_COUNT = "backNotificationCount"; field in TouchInteractionService
355 .getInt(KEY_BACK_NOTIFICATION_COUNT, MAX_BACK_NOTIFICATION_COUNT)); in onUserUnlocked()
887 .putInt(KEY_BACK_NOTIFICATION_COUNT, mBackGestureNotificationCounter).apply(); in tryNotifyBackGesture()