Home | History | Annotate | Download | only in widget

Lines Matching defs:permissions

13  * See the License for the specific language governing permissions and
2630 final DragAndDropPermissions permissions = DragAndDropPermissions.obtain(event);
2631 if (permissions != null) {
2632 permissions.takeTransient();
2643 if (permissions != null) {
2644 permissions.release();