Searched refs:REQUEST_NONE (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/ |
D | CrossAppDragAndDropTests.java | 85 private static final String REQUEST_NONE = "request_none"; field in CrossAppDragAndDropTests 294 sourceComponentName, sourceMode, targetComponentName, REQUEST_NONE, in assertNoGlobalDragEvents() 371 assertDropResult(CANCEL_SOON, REQUEST_NONE, RESULT_MISSING); in testCancelSoon() 399 REQUEST_NONE, RESULT_OK, RESULT_OK, RESULT_IGNORE); in testGlobalSameAppWithSameUids() 414 assertDropResult(GRANT_NONE, REQUEST_NONE, RESULT_EXCEPTION); in testGrantNoneRequestNone() 429 assertDropResult(GRANT_READ, REQUEST_NONE, RESULT_EXCEPTION); in testGrantReadRequestNone() 464 assertDropResult(GRANT_WRITE, REQUEST_NONE, RESULT_EXCEPTION); in testGrantWriteRequestNone()
|