Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSHost.java35 void unmarkTileAsAutoAdded(String tileSpec); in unmarkTileAsAutoAdded() method
DQSTileHost.java286 public void unmarkTileAsAutoAdded(String spec) { in unmarkTileAsAutoAdded() method in QSTileHost
287 if (mAutoTiles != null) mAutoTiles.unmarkTileAsAutoAdded(spec); in unmarkTileAsAutoAdded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DWorkModeTile.java79 mHost.unmarkTileAsAutoAdded(getTileSpec()); in onManagedProfileRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoTileManager.java123 public void unmarkTileAsAutoAdded(String tabSpec) { in unmarkTileAsAutoAdded() method in AutoTileManager