Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDragDropControllerTests.java406 final Intent[] shortcutIntents = new Intent[1]; in testValidateProfileAppShortcutArguments_notCallingUid() local
407 shortcutIntents[0] = new Intent(); in testValidateProfileAppShortcutArguments_notCallingUid()
408 doReturn(shortcutIntents).when(shortcutService).createShortcutIntents(anyInt(), any(), in testValidateProfileAppShortcutArguments_notCallingUid()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java437 final Intent[] shortcutIntents = shortcutService.createShortcutIntents( in validateAndResolveDragMimeTypeExtras() local
440 if (shortcutIntents == null || shortcutIntents.length == 0) { in validateAndResolveDragMimeTypeExtras()
444 shortcutIntents[0], null /* resolvedType */, user.getIdentifier(), in validateAndResolveDragMimeTypeExtras()