Searched refs:getSystemResourceFlag (Results 1 – 1 of 1) sorted by relevance
515 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