/frameworks/base/packages/CarSystemUI/tests/src/com/android/systemui/car/userswitcher/ |
D | UserSwitchTransitionViewControllerTest.java | 80 mCarUserSwitchingDialogController.handleShow(/* currentUserId= */ TEST_USER_1); in onHandleShow_newUserSelected_showsDialog() 88 mCarUserSwitchingDialogController.handleShow(/* currentUserId= */ TEST_USER_1); in onHandleShow_alreadyShowing_ignoresRequest() 89 mCarUserSwitchingDialogController.handleShow(/* currentUserId= */ TEST_USER_2); in onHandleShow_alreadyShowing_ignoresRequest() 98 mCarUserSwitchingDialogController.handleShow(/* currentUserId= */ TEST_USER_1); in onHandleShow_sameUserSelected_ignoresRequest() 100 mCarUserSwitchingDialogController.handleShow(/* currentUserId= */ TEST_USER_1); in onHandleShow_sameUserSelected_ignoresRequest() 109 mCarUserSwitchingDialogController.handleShow(/* currentUserId= */ TEST_USER_1); in onHide_currentlyShowing_hidesDialog() 118 mCarUserSwitchingDialogController.handleShow(/* currentUserId= */ TEST_USER_1); in onHide_notShowing_ignoresRequest() 129 mCarUserSwitchingDialogController.handleShow(/* currentUserId= */ TEST_USER_1); in onWindowShownTimeoutPassed_viewNotHidden_hidesUserSwitchTransitionView() 140 mCarUserSwitchingDialogController.handleShow(/* currentUserId= */ TEST_USER_1); in onWindowShownTimeoutPassed_viewHidden_doesNotHideUserSwitchTransitionViewAgain() 165 public void handleShow(int currentUserId) { in handleShow() method in UserSwitchTransitionViewControllerTest.TestableUserSwitchTransitionViewController [all …]
|
D | UserSwitchTransitionViewMediatorTest.java | 65 verify(mUserSwitchTransitionViewController).handleShow(TEST_USER); in onUserLifecycleEvent_userStarting_callsHandleShow()
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/userswitcher/ |
D | UserSwitchTransitionViewMediator.java | 71 mUserSwitchTransitionViewController.handleShow(userId); in showUserSwitchDialog() 78 mUserSwitchTransitionViewController.handleShow(event.getUserId()); in handleUserLifecycleEvent()
|
D | FullscreenUserSwitcherViewMediator.java | 83 mUserSwitchTransitionViewController.handleShow(record.mInfo.id); in onUserSelected()
|
D | UserSwitchTransitionViewController.java | 99 void handleShow(@UserIdInt int newUserId) { in handleShow() method in UserSwitchTransitionViewController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/ |
D | WirelessChargingAnimation.java | 137 handleShow(); in WirelessChargingView() 164 private void handleShow() { in handleShow() method in WirelessChargingAnimation.WirelessChargingView
|
/frameworks/base/core/java/android/service/autofill/augmented/ |
D | FillWindow.java | 207 private void handleShow(WindowManager.LayoutParams p) { in handleShow() method in FillWindow 319 obtainMessage(FillWindow::handleShow, fillWindow, p)); in show()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ImmersiveModeConfirmation.java | 357 private void handleShow() { in handleShow() method in ImmersiveModeConfirmation 395 handleShow(); in handleMessage()
|
/frameworks/base/core/java/android/widget/ |
D | Toast.java | 628 handleShow(token); in TN() 684 public void handleShow(IBinder windowToken) { in handleShow() method in Toast.TN
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | LegacyGlobalActions.java | 173 handleShow(); in showDialog() 189 private void handleShow() { in handleShow() method in LegacyGlobalActions 806 handleShow();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 1609 handleShow((Bundle) msg.obj); 1846 private void handleShow(Bundle options) { in handleShow() method in KeyguardViewMediator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialog.java | 502 handleShow(); in showOrHideDialog() 526 private void handleShow() { in handleShow() method in GlobalActionsDialog
|
/frameworks/base/services/ |
D | art-profile | 27818 PLcom/android/server/policy/LegacyGlobalActions;->handleShow()V 36972 PLcom/android/server/wm/ImmersiveModeConfirmation;->handleShow()V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 27111 HSPLandroid/widget/Toast$TN;->handleShow(Landroid/os/IBinder;)V
|