Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSHost.java41 void unmarkTileAsAutoAdded(String tileSpec); in unmarkTileAsAutoAdded() method
H A DQSTileHost.java366 public void unmarkTileAsAutoAdded(String spec) { in unmarkTileAsAutoAdded() method in QSTileHost
367 if (mAutoTiles != null) mAutoTiles.unmarkTileAsAutoAdded(spec); in unmarkTileAsAutoAdded()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DWorkModeTile.java98 mHost.unmarkTileAsAutoAdded(getTileSpec()); in onManagedProfileRemoved()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAutoTileManager.java251 public void unmarkTileAsAutoAdded(String tabSpec) { in unmarkTileAsAutoAdded() method in AutoTileManager