Searched refs:hideToast (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/toast/ |
H A D | ToastUITest.java | 245 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 D | TextToastRecord.java | 74 mStatusBar.hideToast(pkg, token); in hide()
|
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerInternal.java | 154 void hideToast(String packageName, IBinder token); in hideToast() method
|
H A D | StatusBarManagerService.java | 575 public void hideToast(String packageName, IBinder token) { 578 mBar.hideToast(packageName, token);
|
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBar.aidl | 242 void hideToast(String packageName, IBinder token); in hideToast() method
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/ |
H A D | ToastUI.java | 146 public void hideToast(String packageName, IBinder token) { in hideToast() method in ToastUI
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | CommandQueue.java | 389 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 D | art-profile | 39076 HPLcom/android/server/statusbar/StatusBarManagerService$1;->hideToast(Ljava/lang/String;Landroid/os…
|