Home
last modified time | relevance | path

Searched refs:ISystemUiProxy (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
DIOverviewProxy.aidl20 import com.android.systemui.shared.recents.ISystemUiProxy;
23 void onBind(in ISystemUiProxy sysUiProxy); in onBind()
DISystemUiProxy.aidl25 interface ISystemUiProxy { interface
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DOverviewProxyService.java41 import com.android.systemui.shared.recents.ISystemUiProxy;
85 private ISystemUiProxy mSysUiProxy = new ISystemUiProxy.Stub() {