Home
last modified time | relevance | path

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

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