Searched refs:statusBarService (Results 1 – 4 of 4) sorted by relevance
152 StatusBarManagerInternal statusBarService = LocalServices.getService( in openRecents() local154 if (statusBarService == null) { in openRecents()157 statusBarService.toggleRecentApps(); in openRecents()171 StatusBarManagerInternal statusBarService = LocalServices.getService( in toggleSplitScreen() local173 if (statusBarService == null) { in toggleSplitScreen()176 statusBarService.toggleSplitScreen(); in toggleSplitScreen()
91 IBiometricPromptReceiver dialogReceiver, IStatusBarService statusBarService) { in AuthenticationClient() argument96 mStatusBarService = statusBarService; in AuthenticationClient()
1304 StatusBarManagerService statusBarService = (StatusBarManagerService) ServiceManager in onBootPhase() local1306 mService.systemRunning(statusBarService); in onBootPhase()
10191 IStatusBarService statusBarService = IStatusBarService.Stub.asInterface( in setStatusBarDisabledInternal() local10193 if (statusBarService != null) { in setStatusBarDisabledInternal()10196 statusBarService.disableForUser(flags1, mToken, mContext.getPackageName(), userId); in setStatusBarDisabledInternal()10197 statusBarService.disable2ForUser(flags2, mToken, mContext.getPackageName(), userId); in setStatusBarDisabledInternal()