Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DModifierShortcutManager.java234 void registerShortcutKey(long shortcutCode, IShortcutService shortcutService) in registerShortcutKey() argument
241 mShortcutKeyServices.put(shortcutCode, shortcutService); in registerShortcutKey()
268 IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode); in handleShortcutService() local
269 if (shortcutService != null) { in handleShortcutService()
271 shortcutService.notifyShortcutKeyPressed(shortcutCode); in handleShortcutService()
H A DPhoneWindowManager.java3702 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutService)
3705 mModifierShortcutManager.registerShortcutKey(shortcutCode, shortcutService);
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDragDropControllerTests.java405 final ShortcutServiceInternal shortcutService = mock(ShortcutServiceInternal.class); in testValidateProfileAppShortcutArguments_notCallingUid() local
408 doReturn(shortcutIntents).when(shortcutService).createShortcutIntents(anyInt(), any(), in testValidateProfileAppShortcutArguments_notCallingUid()
411 LocalServices.addService(ShortcutServiceInternal.class, shortcutService); in testValidateProfileAppShortcutArguments_notCallingUid()
418 verify(shortcutService).createShortcutIntents(callingUser.capture(), any(), in testValidateProfileAppShortcutArguments_notCallingUid()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java435 final ShortcutServiceInternal shortcutService = in validateAndResolveDragMimeTypeExtras() local
437 final Intent[] shortcutIntents = shortcutService.createShortcutIntents( in validateAndResolveDragMimeTypeExtras()