Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java201 private static final String LAUNCHER_INTENT_CATEGORY = Intent.CATEGORY_LAUNCHER; field in ShortcutService
3393 intent.addCategory(LAUNCHER_INTENT_CATEGORY); in getMainActivityIntent()