Home
last modified time | relevance | path

Searched refs:systemRes (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/framework/src/android/net/apf/
DApfCapabilities.java136 final Resources systemRes = Resources.getSystem(); in getApfDrop8023Frames() local
137 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() local
148 final int id = systemRes.getIdentifier("config_apfEthTypeBlackList", "array", "android"); in getApfEtherTypeBlackList()
149 return systemRes.getIntArray(id); in getApfEtherTypeBlackList()