How to: find element by partial text of content-description

try this:

driver.findElement(MobileBy.AndroidUIAutomator("new UiSelector().descriptionContains(\""+text+"\"));"));