Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionModel.java50 private static final String BUNDLE_KEY_PIN_EVENTS = "pin_events"; field in HotseatPredictionModel
78 bundle.putParcelableArrayList(BUNDLE_KEY_PIN_EVENTS, events); in createBundle()