Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerCtsTestsBase.java418 protected ShortcutInfo makeShortcut(String id, String shortLabel) { in makeShortcut() argument
420 id, shortLabel, /* activity =*/ null, /* icon =*/ null, in makeShortcut()
483 protected ShortcutInfo makeShortcut(String id, String shortLabel, ComponentName activity, in makeShortcut() argument
486 .setShortLabel(shortLabel) in makeShortcut()