Searched refs:createClipDataForShortcut (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DragDropControllerTests.java | 373 createClipDataForShortcut(null, "test_shortcut_id", mock(UserHandle.class)), in testValidateAppShortcutArguments() 381 createClipDataForShortcut("test_package", null, mock(UserHandle.class)), in testValidateAppShortcutArguments() 389 createClipDataForShortcut("test_package", "test_shortcut_id", null), in testValidateAppShortcutArguments() 415 createClipDataForShortcut("test_package", "test_shortcut_id", in testValidateProfileAppShortcutArguments_notCallingUid() 423 private ClipData createClipDataForShortcut(String packageName, String shortcutId, in createClipDataForShortcut() method in DragDropControllerTests
|