OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESULT_KEY_DROP_RESULT
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/services/windowmanager/dndtargetappsdk23/src/android/wm/cts/dndtargetappsdk23/
DropTarget.java
34
private static final String
RESULT_KEY_DROP_RESULT
= "DROP";
75
logResult(
RESULT_KEY_DROP_RESULT
, RESULT_OK);
/cts/hostsidetests/services/windowmanager/src/android/wm/cts/
CrossAppDragAndDropTests.java
79
private static final String
RESULT_KEY_DROP_RESULT
= "DROP";
282
if (output.containsKey(
RESULT_KEY_DROP_RESULT
)) {
303
assertResult(
RESULT_KEY_DROP_RESULT
, expectedDropResult);
/cts/hostsidetests/services/windowmanager/dndtargetapp/src/android/wm/cts/dndtargetapp/
DropTarget.java
37
private static final String
RESULT_KEY_DROP_RESULT
= "DROP";
120
logResult(
RESULT_KEY_DROP_RESULT
, result);
Completed in 3373 milliseconds