HomeSort by relevance Sort by last modified time
    Searched refs:mSystemServicesProxy (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
WorkLockActivityControllerTest.java 67 private @Mock SystemServicesProxy mSystemServicesProxy;
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/
HighResThumbnailLoader.java 51 private final SystemServicesProxy mSystemServicesProxy;
62 mSystemServicesProxy = ssp;
223 ThumbnailData thumbnail = mSystemServicesProxy.getTaskThumbnail(t.key.id,
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
StatusBarTest.java 108 SystemServicesProxy mSystemServicesProxy;
133 mSystemServicesProxy = mock(SystemServicesProxy.class);
148 mNotificationData, mPowerManager, mSystemServicesProxy, mNotificationPanelView,
317 when(mSystemServicesProxy.isDreaming()).thenReturn(false);
338 when(mSystemServicesProxy.isDreaming()).thenReturn(false);
358 when(mSystemServicesProxy.isDreaming()).thenReturn(false);
378 when(mSystemServicesProxy.isDreaming()).thenReturn(false);
396 when(mSystemServicesProxy.isDreaming()).thenReturn(false);
415 when(mSystemServicesProxy.isDreaming()).thenReturn(false);
527 mSystemServicesProxy = ssp
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java     [all...]

Completed in 163 milliseconds