Searched refs:RESULT_EXCEPTION (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/services/windowmanager/src/android/wm/cts/ |
D | CrossAppDragAndDropTests.java | 82 private static final String RESULT_EXCEPTION = "Exception"; field in CrossAppDragAndDropTests 336 doTestDragAndDrop(GRANT_NONE, REQUEST_NONE, RESULT_EXCEPTION); in testGrantNoneRequestNone() 350 doTestDragAndDrop(GRANT_READ, REQUEST_NONE, RESULT_EXCEPTION); in testGrantReadRequestNone() 358 doTestDragAndDrop(GRANT_READ, REQUEST_WRITE, RESULT_EXCEPTION); in testGrantReadRequestWrite() 362 doTestDragAndDrop(GRANT_READ_NOPREFIX, REQUEST_READ_NESTED, RESULT_EXCEPTION); in testGrantReadNoPrefixRequestReadNested() 374 doTestDragAndDrop(GRANT_READ, REQUEST_TAKE_PERSISTABLE, RESULT_EXCEPTION); in testGrantReadRequestTakePersistable() 378 doTestDragAndDrop(GRANT_WRITE, REQUEST_NONE, RESULT_EXCEPTION); in testGrantWriteRequestNone() 382 doTestDragAndDrop(GRANT_WRITE, REQUEST_READ, RESULT_EXCEPTION); in testGrantWriteRequestRead()
|
/cts/hostsidetests/services/windowmanager/dndtargetapp/src/android/wm/cts/dndtargetapp/ |
D | DropTarget.java | 41 public static final String RESULT_EXCEPTION = "Exception"; field in DropTarget 117 result = RESULT_EXCEPTION; in onDrag()
|