Searched refs:actionLabelPattern (Results 1 – 1 of 1) sorted by relevance
113 Pattern actionLabelPattern = Pattern.compile(REPLY_ACTION_LABEL, Pattern.CASE_INSENSITIVE); in testDirectReply() local114 mUiDevice.wait(Until.findObject(By.text(actionLabelPattern)), TIMEOUT).click(); in testDirectReply()