Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DQSTileServiceWrapper.java46 public boolean onTileRemoved() { in onTileRemoved() method in QSTileServiceWrapper
48 mService.onTileRemoved(); in onTileRemoved()
H A DTileLifecycleManager.java281 onTileRemoved(); in handlePendingMessages()
423 public void onTileRemoved() { in onTileRemoved() method in TileLifecycleManager
425 if (mWrapper == null || !mWrapper.onTileRemoved()) { in onTileRemoved()
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoTile.java59 public void onTileRemoved() { in onTileRemoved() method in NekoTile
60 super.onTileRemoved(); in onTileRemoved()
/aosp12/frameworks/base/core/java/android/service/quicksettings/
H A DTileService.java202 public void onTileRemoved() { in onTileRemoved() method in TileService
370 public void onTileRemoved() throws RemoteException { in onBind()
433 TileService.this.onTileRemoved();
H A DIQSTileService.aidl23 void onTileRemoved(); in onTileRemoved() method
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileLifecycleManagerTest.java147 mStateManager.onTileRemoved(); in testTileServiceCallbacks()
148 verify(mMockTileService).onTileRemoved(); in testTileServiceCallbacks()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileHost.java462 lifecycleManager.onTileRemoved(); in changeTiles()
/aosp12/frameworks/base/packages/SystemUI/docs/
H A Dqs-tiles.md147 * **`onTileRemoved`**: called when the tile is removed from QS.
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53496 Landroid/service/quicksettings/IQSTileService$Stub$Proxy;->onTileRemoved()V
53511 Landroid/service/quicksettings/IQSTileService;->onTileRemoved()V
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt38965 method public void onTileRemoved();