Home | History | Annotate | Download | only in app

Lines Matching defs:supportedOperations

774         int supportedOperations = mCurrentPhoto.getSupportedOperations();
776 supportedOperations ^= MediaObject.SUPPORT_EDIT;
779 supportedOperations &= MediaObject.SUPPORT_DELETE;
783 supportedOperations &= ~MediaObject.SUPPORT_EDIT;
786 MenuExecutor.updateMenuOperation(menu, supportedOperations);