Searched refs:GRANT_NONE (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/ |
D | CrossAppDragAndDropTests.java | 78 private static final String GRANT_NONE = "grant_none"; field in CrossAppDragAndDropTests 382 assertNoGlobalDragEvents(DRAG_SOURCE, GRANT_NONE, DROP_TARGET_SDK23, RESULT_OK); in testDisallowGlobalBelowSdk24() 414 assertDropResult(GRANT_NONE, REQUEST_NONE, RESULT_EXCEPTION); in testGrantNoneRequestNone() 419 assertDropResult(GRANT_NONE, REQUEST_READ, RESULT_NULL_DROP_PERMISSIONS); in testGrantNoneRequestRead() 424 assertDropResult(GRANT_NONE, REQUEST_WRITE, RESULT_NULL_DROP_PERMISSIONS); in testGrantNoneRequestWrite() 484 assertDropResult(GRANT_NONE, TARGET_ON_RECEIVE_CONTENT_LISTENER_TEXT_VIEW, in testOnReceiveContentListener_TextView_GrantNone() 495 assertDropResult(GRANT_NONE, TARGET_ON_RECEIVE_CONTENT_LISTENER_EDIT_TEXT, in testOnReceiveContentListener_EditText_GrantNone() 506 assertDropResult(GRANT_NONE, TARGET_ON_RECEIVE_CONTENT_LISTENER_LINEAR_LAYOUT, in testOnReceiveContentListener_LinearLayout_GrantNone()
|