Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionModel.java51 private static final String BUNDLE_KEY_CURRENT_ITEMS = "current_items"; field in HotseatPredictionModel
79 bundle.putParcelableArrayList(BUNDLE_KEY_CURRENT_ITEMS, currentTargets); in createBundle()