Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileHost.java499 Context context, String tileList, FeatureFlags featureFlags) { in loadTileSpecs() argument
502 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()
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java5217 String tileList = currentValue.getValue();
5218 String[] tileSplit = tileList.split(",");