Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileHost.java383 mMainExecutor.execute(() -> changeTileSpecs(tileSpecs-> tileSpecs.remove(spec))); in removeTile()
394 mMainExecutor.execute(() -> changeTileSpecs(tileSpecs -> tileSpecs.removeAll(specs))); in removeTiles()
409 changeTileSpecs(tileSpecs -> { in addTile()
433 private void changeTileSpecs(Predicate<List<String>> changeFunction) { in changeTileSpecs() method in QSTileHost