Home
last modified time | relevance | path

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

/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DBaseShortcutManagerHostTest.java253 String actualDesc = (actual == null) ? "null" : ('<' + actual + '>'); in failNotContains() local
255 + "> but was:" + actualDesc); in failNotContains()