Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DCVE_2024_31314.java51 final ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in testPocCVE_2024_31314() local
/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/hostsidetests/securitybulletin/test-apps/CVE-2023-40092/src/android/security/cts/CVE_2023_40092/
DDeviceTest.java91 final ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in testPocCVE_2023_40092() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21129/src/android/security/cts/CVE_2023_21129/
DPocService.java74 ShortcutManager shortcutManager = getSystemService(ShortcutManager.class); in onStartCommand() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubblesVerifierActivity.java342 ShortcutManager shortcutManager = getSystemService(ShortcutManager.class); in updateViewForCompletionSummary() local
1048 ShortcutManager shortcutManager = getSystemService(ShortcutManager.class); in createShortcuts() local
DNotificationHidingVerifierActivity.kt56 private lateinit var shortcutManager: ShortcutManager in <lambda>() variable in com.android.cts.verifier.notifications.NotificationHidingVerifierActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DSplashscreenTests.java511 final ShortcutManager shortcutManager = mContext.getSystemService(ShortcutManager.class); in testShortcutChangeTheme() local