Searched refs:getEntityListEditable (Results 1 – 3 of 3) sorted by relevance
113 assertEquals(2, constants.getEntityListEditable().size()); in testEntityListParsing()114 assertEquals("date", constants.getEntityListEditable().get(0)); in testEntityListParsing()115 assertEquals("datetime", constants.getEntityListEditable().get(1)); in testEntityListParsing()
237 public List<String> getEntityListEditable() { in getEntityListEditable() method in TextClassificationConstants
282 return mSettings.getEntityListEditable(); in getEntitiesForHints()