Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppSearchShortcutInfoTest.java37 final String shortcutIconResName = "shortcut"; in testBuildShortcutAndGetValue() local
51 .setIconResName(shortcutIconResName) in testBuildShortcutAndGetValue()
62 assertThat(shortcut.getIconResName()).isEqualTo(shortcutIconResName); in testBuildShortcutAndGetValue()