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

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
StatusBarTest.java 130 @Mock private SystemServicesProxy mSystemServicesProxy;
203 mEntryManager = new TestableNotificationEntryManager(mSystemServicesProxy, mPowerManager,
372 when(mSystemServicesProxy.isDreaming()).thenReturn(false);
393 when(mSystemServicesProxy.isDreaming()).thenReturn(false);
413 when(mSystemServicesProxy.isDreaming()).thenReturn(false);
431 when(mSystemServicesProxy.isDreaming()).thenReturn(false);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationEntryManager.java 123 protected SystemServicesProxy mSystemServicesProxy;
242 mSystemServicesProxy = SystemServicesProxy.getInstance(mContext);
    [all...]

Completed in 119 milliseconds