Searched refs:systemRes (Results 1 – 1 of 1) sorted by relevance
342 final Resources systemRes = mContext.getResources().getSystem(); in matchAllConfigs() local343 final int id = systemRes.getIdentifier("config_hasRecents", "bool", in matchAllConfigs()345 if (id == Resources.ID_NULL || !systemRes.getBoolean(id)) { in matchAllConfigs()