Searched refs:ShortcutInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DShortcutManager.java51 private final SparseArray<ShortcutInfo> mShortcuts = new SparseArray<>();
76 ShortcutInfo shortcut = null;
158 ShortcutInfo shortcut = new ShortcutInfo(title, intent);
168 private static final class ShortcutInfo { class in class:ShortcutManager
172 public ShortcutInfo(String title, Intent intent) { method in class:ShortcutManager.ShortcutInfo

Completed in 132 milliseconds