Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DManifestTestListAdapter.java515 if (!getSystemResourceFlag(context, "config_hasRecents")) { in matchAllConfigs()
538 if (!getSystemResourceFlag(context, "config_quickSettingsSupported")) { in matchAllConfigs()
549 return !getSystemResourceFlag(context, "config_useFixedVolume"); in matchAllConfigs()
641 private static boolean getSystemResourceFlag(Context context, String key) { in getSystemResourceFlag() method in ManifestTestListAdapter