Searched refs:getStatusBarService (Results 1 – 5 of 5) sorted by relevance
608 final IStatusBarService statusBarService = getStatusBarService(); in performStopLockTask()626 final IStatusBarService statusBarService = getStatusBarService(); in showLockTaskToast()740 final IStatusBarService statusBarService = getStatusBarService(); in performStartLockTask()887 IStatusBarService statusBar = getStatusBarService(); in setStatusBarState()1037 private IStatusBarService getStatusBarService() { in getStatusBarService() method in LockTaskController
944 public IStatusBarService getStatusBarService() {1072 mStatusBarService = mInjector.getStatusBarService();
400 mPhoneWindowManager.getStatusBarService(); in overrideTogglePanel()
874 IStatusBarService getStatusBarService() { in getStatusBarService() method in PhoneWindowManager1775 IStatusBarService statusBarService = getStatusBarService(); in toggleNotificationPanel()4669 IStatusBarService statusBar = getStatusBarService();
179 when(mInjector.getStatusBarService()).thenReturn(mock(IStatusBarService.class)); in setUp()