Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DShortcutManager.java84 public static final int FLAG_MATCH_DYNAMIC = 1 << 1; field in ShortcutManager
DLauncherApps.java352 public static final int FLAG_MATCH_DYNAMIC = 1 << 0; field in LauncherApps.ShortcutQuery