Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerCtsTestsBase.java289 protected void runWithStrictMode(Runnable r) { in runWithStrictMode() method in ShortcutManagerCtsTestsBase
327 runWithCaller(callerContext, () -> runWithStrictMode(r)); in runWithCallerWithStrictMode()