Searched refs:tileList (Results 1 – 2 of 2) sorted by relevance
499 Context context, String tileList, FeatureFlags featureFlags) { in loadTileSpecs() argument502 if (TextUtils.isEmpty(tileList)) { in loadTileSpecs()503 tileList = res.getString(R.string.quick_settings_tiles); in loadTileSpecs()504 if (DEBUG) Log.d(TAG, "Loaded tile specs from config: " + tileList); in loadTileSpecs()506 if (DEBUG) Log.d(TAG, "Loaded tile specs from setting: " + tileList); in loadTileSpecs()511 for (String tile : tileList.split(",")) { in loadTileSpecs()
5217 String tileList = currentValue.getValue();5218 String[] tileSplit = tileList.split(",");