Searched refs:shortcutIntents (Results 1 – 2 of 2) sorted by relevance
406 final Intent[] shortcutIntents = new Intent[1]; in testValidateProfileAppShortcutArguments_notCallingUid() local407 shortcutIntents[0] = new Intent(); in testValidateProfileAppShortcutArguments_notCallingUid()408 doReturn(shortcutIntents).when(shortcutService).createShortcutIntents(anyInt(), any(), in testValidateProfileAppShortcutArguments_notCallingUid()
437 final Intent[] shortcutIntents = shortcutService.createShortcutIntents( in validateAndResolveDragMimeTypeExtras() local440 if (shortcutIntents == null || shortcutIntents.length == 0) { in validateAndResolveDragMimeTypeExtras()444 shortcutIntents[0], null /* resolvedType */, user.getIdentifier(), in validateAndResolveDragMimeTypeExtras()