Home
last modified time | relevance | path

Searched defs:apm (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DQuickstepModelDelegate.java343 AppPredictionManager apm = context.getSystemService(AppPredictionManager.class); in recreatePredictors() local
372 AppPredictionManager apm = context.getSystemService(AppPredictionManager.class); in recreateHotseatPredictor() local
379 private void registerHotseatPredictor(AppPredictionManager apm, Context context) { in registerHotseatPredictor()