Home
last modified time | relevance | path

Searched defs:shortcutManager (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DLauncherAppsTest.java78 ShortcutManager shortcutManager = mContext.getSystemService(ShortcutManager.class); in addDynamicShortcuts() local
85 ShortcutManager shortcutManager = mContext.getSystemService(ShortcutManager.class); in removeAllDynamicShortcuts() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubblesVerifierActivity.java334 ShortcutManager shortcutManager = getSystemService(ShortcutManager.class); in updateViewForCompletionSummary() local
1038 ShortcutManager shortcutManager = getSystemService(ShortcutManager.class); in createShortcuts() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java514 final ShortcutManager shortcutManager = mContext.getSystemService(ShortcutManager.class); in testShortcutChangeTheme() local