Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java77 private static final String ATTR_TITLE = "title"; field in ShortcutPackage
1286 ShortcutService.writeAttr(out, ATTR_TITLE, si.getTitle()); in saveShortcut()
1413 title = ShortcutService.parseStringAttribute(parser, ATTR_TITLE); in parseShortcut()