Searched refs:systemRes (Results 1 – 1 of 1) sorted by relevance
136 final Resources systemRes = Resources.getSystem(); in getApfDrop8023Frames() local137 final int id = systemRes.getIdentifier("config_apfDrop802_3Frames", "bool", "android"); in getApfDrop8023Frames()138 return systemRes.getBoolean(id); in getApfDrop8023Frames()147 final Resources systemRes = Resources.getSystem(); in getApfEtherTypeBlackList() local148 final int id = systemRes.getIdentifier("config_apfEthTypeBlackList", "array", "android"); in getApfEtherTypeBlackList()149 return systemRes.getIntArray(id); in getApfEtherTypeBlackList()