Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerCtsTestsBase.java304 protected void runWithNoStrictMode(Runnable r) { in runWithNoStrictMode() method in ShortcutManagerCtsTestsBase
331 runWithCaller(callerContext, () -> runWithNoStrictMode(r)); in runWithCallerWithNoStrictMode()
529 runWithNoStrictMode(() -> setDefaultLauncher(getInstrumentation(), launcherContext)); in getIconAsLauncher()