Home
last modified time | relevance | path

Searched refs:statusBarService (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputUriController.java44 public RemoteInputUriController(IStatusBarService statusBarService) { in RemoteInputUriController() argument
45 mStatusBarManagerService = statusBarService; in RemoteInputUriController()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLockTaskController.java608 final IStatusBarService statusBarService = getStatusBarService(); in performStopLockTask() local
609 if (statusBarService != null) { in performStopLockTask()
610 statusBarService.showPinningEnterExitToast(false /* entering */); in performStopLockTask()
626 final IStatusBarService statusBarService = getStatusBarService(); in showLockTaskToast() local
627 if (statusBarService != null) { in showLockTaskToast()
628 statusBarService.showPinningEscapeToast(); in showLockTaskToast()
740 final IStatusBarService statusBarService = getStatusBarService(); in performStartLockTask() local
741 if (statusBarService != null) { in performStartLockTask()
742 statusBarService.showPinningEnterExitToast(true /* entering */); in performStartLockTask()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSmartReplyController.java52 IStatusBarService statusBarService, in SmartReplyController() argument
54 mBarService = statusBarService; in SmartReplyController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DTestableBubbleController.java62 IStatusBarService statusBarService, in TestableBubbleController() argument
81 floatingContentCoordinator, dataRepository, statusBarService, windowManager, in TestableBubbleController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DMediaCoordinator.java131 public MediaCoordinator(MediaFeatureFlag featureFlag, IStatusBarService statusBarService, in MediaCoordinator() argument
134 mStatusBarService = statusBarService; in MediaCoordinator()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
H A DSessionTracker.java72 IStatusBarService statusBarService, in SessionTracker() argument
78 mStatusBarManagerService = statusBarService; in SessionTracker()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java125 @Nullable IStatusBarService statusBarService, in create() argument
144 statusBarService, in create()
168 @Nullable IStatusBarService statusBarService, in BubblesManager() argument
195 mBarService = statusBarService == null in BubblesManager()
198 : statusBarService; in BubblesManager()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DSystemActionPerformer.java388 StatusBarManagerInternal statusBarService = LocalServices.getService( in openRecents() local
390 if (statusBarService == null) { in openRecents()
393 statusBarService.toggleRecentApps(); in openRecents()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DLaunchConversationActivity.java214 void setIsForTesting(boolean isForTesting, IStatusBarService statusBarService) { in setIsForTesting() argument
216 mIStatusBarService = statusBarService; in setIsForTesting()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthSession.java159 @NonNull IStatusBarService statusBarService, in AuthSession() argument
175 this(context, biometricContext, statusBarService, sysuiReceiver, keystore, random, in AuthSession()
184 @NonNull IStatusBarService statusBarService, in AuthSession() argument
204 mStatusBarService = statusBarService; in AuthSession()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowControllerTest.kt110 private val statusBarService: IStatusBarService = mock()
150 statusBarService
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DCentralSurfacesDependenciesModule.java178 IStatusBarService statusBarService, in provideSmartReplyController() argument
183 statusBarService, in provideSmartReplyController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java232 IStatusBarService statusBarService) { in ExpandableNotificationRowController()
266 mStatusBarService = statusBarService; in ExpandableNotificationRowController()
H A DNotificationContentView.java207 IStatusBarService statusBarService) { in initialize() argument
212 mStatusBarService = statusBarService; in initialize()
H A DExpandableNotificationRow.java1726 IStatusBarService statusBarService) {
1755 statusBarService);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIModule.java322 @Nullable IStatusBarService statusBarService, in provideBubblesManager() argument
340 statusBarService, in provideBubblesManager()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellModule.java151 IStatusBarService statusBarService, in provideBubbleController() argument
173 statusBarService, windowManager, windowManagerShellWrapper, userManager, in provideBubbleController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java356 IStatusBarService statusBarService, in GlobalActionsDialogLite() argument
390 mStatusBarService = statusBarService; in GlobalActionsDialogLite()
2286 SysuiColorExtractor sysuiColorExtractor, IStatusBarService statusBarService,
2303 mStatusBarService = statusBarService;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java184 IStatusBarService statusBarService, in NotifCollection() argument
193 mStatusBarService = statusBarService; in NotifCollection()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java269 @Nullable IStatusBarService statusBarService, in BubbleController() argument
292 mBarService = statusBarService == null in BubbleController()
295 : statusBarService; in BubbleController()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1775 IStatusBarService statusBarService = getStatusBarService(); in toggleNotificationPanel() local
1776 if (isUserSetupComplete() && statusBarService != null) { in toggleNotificationPanel()
1778 statusBarService.togglePanel(); in toggleNotificationPanel()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java15725 IStatusBarService statusBarService = IStatusBarService.Stub.asInterface( in setStatusBarDisabledInternal() local
15727 if (statusBarService != null) { in setStatusBarDisabledInternal()
15730 statusBarService.disableForUser(flags1, mToken, mContext.getPackageName(), userId); in setStatusBarDisabledInternal()
15731 statusBarService.disable2ForUser(flags2, mToken, mContext.getPackageName(), userId); in setStatusBarDisabledInternal()