Home
last modified time | relevance | path

Searched refs:OverviewProxyService (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNavigationBarFragmentTest.java30 import com.android.systemui.OverviewProxyService;
65 mDependency.injectMockDependency(OverviewProxyService.class); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DQuickStepController.java23 import static com.android.systemui.OverviewProxyService.DEBUG_OVERVIEW_PROXY;
24 import static com.android.systemui.OverviewProxyService.TAG_OPS;
51 import com.android.systemui.OverviewProxyService;
91 private final OverviewProxyService mOverviewEventSender;
155 mOverviewEventSender = Dependency.get(OverviewProxyService.class); in QuickStepController()
DNavigationBarInflaterView.java37 import com.android.systemui.OverviewProxyService;
104 private OverviewProxyService mOverviewProxyService;
113 mOverviewProxyService = Dependency.get(OverviewProxyService.class); in NavigationBarInflaterView()
DNavigationBarFragment.java28 import static com.android.systemui.OverviewProxyService.OverviewProxyListener;
83 import com.android.systemui.OverviewProxyService;
155 private OverviewProxyService mOverviewProxyService;
224 mOverviewProxyService = Dependency.get(OverviewProxyService.class); in onCreate()
DNavigationBarView.java63 import com.android.systemui.OverviewProxyService;
137 private final OverviewProxyService mOverviewProxyService;
282 mOverviewProxyService = Dependency.get(OverviewProxyService.class); in NavigationBarView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsOnboarding.java62 import com.android.systemui.OverviewProxyService;
104 private final OverviewProxyService mOverviewProxyService;
210 private OverviewProxyService.OverviewProxyListener mOverviewProxyListener =
211 new OverviewProxyService.OverviewProxyListener() {
278 public RecentsOnboarding(Context context, OverviewProxyService overviewProxyService) { in RecentsOnboarding()
DRecentsImpl.java50 import com.android.systemui.OverviewProxyService;
126 private OverviewProxyService mOverviewProxyService;
129 mOverviewProxyService = Dependency.get(OverviewProxyService.class); in TaskStackListenerImpl()
274 private OverviewProxyService.OverviewProxyListener mOverviewProxyListener =
275 new OverviewProxyService.OverviewProxyListener() {
309 if (Dependency.get(OverviewProxyService.class).isEnabled()) { in onBootCompleted()
DRecents.java52 import com.android.systemui.OverviewProxyService;
109 private OverviewProxyService mOverviewProxyService;
220 mOverviewProxyService = Dependency.get(OverviewProxyService.class); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java50 import com.android.systemui.OverviewProxyService;
71 private final OverviewProxyService mOverviewProxyService;
117 mOverviewProxyService = Dependency.get(OverviewProxyService.class); in KeyButtonView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DOverviewProxyService.java36 import com.android.systemui.OverviewProxyService.OverviewProxyListener;
62 public class OverviewProxyService implements CallbackController<OverviewProxyListener>, Dumpable { class
257 public OverviewProxyService(Context context) { in OverviewProxyService() method in OverviewProxyService
DDependency.java320 mProviders.put(OverviewProxyService.class, () -> new OverviewProxyService(mContext)); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java45 import com.android.systemui.OverviewProxyService;
110 Dependency.get(OverviewProxyService.class).startConnectionToCurrentUser();