Searched refs:extName (Results 1 – 2 of 2) sorted by relevance
1036 extName = ei.name1047 extName, "(defaultExtensions matches the 'supported' attribute)")1054 if (regAddExtensions.match(extName) != None):1056 extName, '(matches explicitly requested extensions to add)')1062 if (regRemoveExtensions.match(extName) != None):1064 extName, '(matches explicitly requested extensions to remove)')1074 extName, '(does not match api attribute or explicitly requested extensions)')
156 boolean checkExtensionCapability(String extName) { in checkExtensionCapability() argument157 return mExts.contains(extName); in checkExtensionCapability()