Searched defs:mSystemServicesProxy (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DWorkLockActivityControllerTest.java67 private @Mock SystemServicesProxy mSystemServicesProxy; field in class:WorkLockActivityControllerTest
84 new WorkLockActivityController(mContext, mSystemServicesProxy, mIActivityManager);
86 verify(mSystemServicesProxy).registerTaskStackListener(listenerCaptor.capture());
100 verify(mSystemServicesProxy, never()).removeTask(anyInt() /*taskId*/);
114 verify(mSystemServicesProxy).removeTask(TASK_ID);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DHighResThumbnailLoader.java49 private final SystemServicesProxy mSystemServicesProxy; field in class:HighResThumbnailLoader
59 mSystemServicesProxy = ssp;
213 ThumbnailData thumbnail = mSystemServicesProxy.getTaskThumbnail(t.key.id,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java94 SystemServicesProxy mSystemServicesProxy; field in class:StatusBarTest
109 mSystemServicesProxy = mock(SystemServicesProxy.class);
123 mNotificationData, mPowerManager, mSystemServicesProxy, mNotificationPanelView,
284 when(mSystemServicesProxy.isDreaming()).thenReturn(false);
305 when(mSystemServicesProxy.isDreaming()).thenReturn(false);
402 mSystemServicesProxy = ssp;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java762 mSystemServicesProxy = SystemServicesProxy.getInstance(mContext);
5249 protected SystemServicesProxy mSystemServicesProxy; field in class:StatusBar
6890 boolean inUse = mPowerManager.isScreenOn() && !mSystemServicesProxy.isDreaming();

Completed in 117 milliseconds