Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DManifestTestListAdapter.java342 final Resources systemRes = mContext.getResources().getSystem(); in matchAllConfigs() local
343 final int id = systemRes.getIdentifier("config_hasRecents", "bool", in matchAllConfigs()
345 if (id == Resources.ID_NULL || !systemRes.getBoolean(id)) { in matchAllConfigs()