Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileHost.java282 changeTileSpecs(tileSpecs-> tileSpecs.remove(spec)); in removeTile()
291 changeTileSpecs(tileSpecs-> tileSpecs.add(spec)); in addTile()
294 private void changeTileSpecs(Predicate<List<String>> changeFunction) { in changeTileSpecs() method in QSTileHost