Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/toast/
H A DToastUITest.java245 mToastUI.hideToast(PACKAGE_NAME_1, TOKEN_1); in testHideToast_removesView()
261 mToastUI.hideToast(PACKAGE_NAME_1, TOKEN_1); in testHideToast_finishesToken()
277 mToastUI.hideToast(PACKAGE_NAME_1, TOKEN_1); in testHideToast_callsCallback()
293 mToastUI.hideToast(PACKAGE_NAME_1, TOKEN_2); in testHideToast_whenNotCurrentToastToken_doesNotHideToast()
309 mToastUI.hideToast(PACKAGE_NAME_2, TOKEN_1); in testHideToast_whenNotCurrentToastPackage_doesNotHideToast()
389 mToastUI.hideToast(PACKAGE_NAME_1, TOKEN_1); in testHideToast_logs()
396 mToastUI.hideToast(PACKAGE_NAME_1, TOKEN_1); in testHideToast_error_noLog()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/toast/
H A DTextToastRecord.java74 mStatusBar.hideToast(pkg, token); in hide()
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerInternal.java154 void hideToast(String packageName, IBinder token); in hideToast() method
H A DStatusBarManagerService.java575 public void hideToast(String packageName, IBinder token) {
578 mBar.hideToast(packageName, token);
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl242 void hideToast(String packageName, IBinder token); in hideToast() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DToastUI.java146 public void hideToast(String packageName, IBinder token) { in hideToast() method in ToastUI
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java389 default void hideToast(String packageName, IBinder token) { } in hideToast() method
897 public void hideToast(String packageName, IBinder token) { in hideToast() method in CommandQueue
1461 callbacks.hideToast(packageName, token); in handleMessage()
/aosp12/frameworks/base/services/
H A Dart-profile39076 HPLcom/android/server/statusbar/StatusBarManagerService$1;->hideToast(Ljava/lang/String;Landroid/os…