Home
last modified time | relevance | path

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

/cts/hostsidetests/services/windowmanager/dndtargetappsdk23/src/android/wm/cts/dndtargetappsdk23/
DDropTarget.java34 private static final String RESULT_KEY_DROP_RESULT = "DROP"; field in DropTarget
75 logResult(RESULT_KEY_DROP_RESULT, RESULT_OK); in onDrag()
/cts/hostsidetests/services/windowmanager/dndtargetapp/src/android/wm/cts/dndtargetapp/
DDropTarget.java37 private static final String RESULT_KEY_DROP_RESULT = "DROP"; field in DropTarget
120 logResult(RESULT_KEY_DROP_RESULT, result); in onDrag()
/cts/hostsidetests/services/windowmanager/src/android/wm/cts/
DCrossAppDragAndDropTests.java79 private static final String RESULT_KEY_DROP_RESULT = "DROP"; field in CrossAppDragAndDropTests
282 if (output.containsKey(RESULT_KEY_DROP_RESULT)) { in getLogResults()
303 assertResult(RESULT_KEY_DROP_RESULT, expectedDropResult); in doTestDragAndDrop()