Searched refs:defDisabled (Results 1 – 2 of 2) sorted by relevance
279 const char* defDisabled[] = { in ConstructionTest() local307 for (int32_t i = 0; defDisabled[i] != 0; i++) { in ConstructionTest()308 if (strcmp(activeName, defDisabled[i]) == 0) { in ConstructionTest()
105 final String[] defDisabled = { in TestConstruction() local125 for (String cs1 : defDisabled) { in TestConstruction()