Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/dndtargetappsdk23/src/android/server/wm/dndtargetappsdk23/
DDropTarget.java32 private static final String RESULT_KEY_DROP_RESULT = "DROP"; field in DropTarget
75 logResult(RESULT_KEY_DROP_RESULT, RESULT_OK); in onDrag()
/cts/tests/framework/base/windowmanager/dndtargetapp/src/android/server/wm/dndtargetapp/
DDropTarget.java40 private static final String RESULT_KEY_DROP_RESULT = "DROP"; field in DropTarget
167 accessContent(event, RESULT_KEY_DROP_RESULT, requestPermissions); in onDrag()
188 if (resultKey.equals(RESULT_KEY_DROP_RESULT)) { in accessContent()
358 logResult(RESULT_KEY_DROP_RESULT, result); in onReceiveContent()
/cts/tests/framework/base/windowmanager/dndsourceapp/src/android/server/wm/dndsourceapp/
DDropTarget.java43 private static final String RESULT_KEY_DROP_RESULT = "DROP"; field in DropTarget
170 accessContent(event, RESULT_KEY_DROP_RESULT, requestPermissions); in onDrag()
191 if (resultKey.equals(RESULT_KEY_DROP_RESULT)) { in accessContent()
361 logResult(RESULT_KEY_DROP_RESULT, result); in onReceiveContent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DCrossAppDragAndDropTests.java110 private static final String RESULT_KEY_DROP_RESULT = "DROP"; field in CrossAppDragAndDropTests
325 assertTargetResult(RESULT_KEY_DROP_RESULT, expectedDropResult); in assertDragAndDropResults()