Searched refs:tileSpec (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQSTileHost.java230 for (String tileSpec : tileSpecs) {
231 if (mTiles.containsKey(tileSpec)) {
232 newTiles.put(tileSpec, mTiles.get(tileSpec));
234 if (DEBUG) Log.d(TAG, "Creating tile: " + tileSpec);
236 newTiles.put(tileSpec, createTile(tileSpec));
238 Log.w(TAG, "Error creating tile for spec: " + tileSpec, t);
250 private QSTile<?> createTile(String tileSpec) { argument
251 if (tileSpec
[all...]

Completed in 40 milliseconds