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.aidl22 import com.android.systemui.shared.recents.ISystemUiProxy;
34 void onBind(in ISystemUiProxy sysUiProxy) = 0;
DISystemUiProxy.aidl26 interface ISystemUiProxy { interface
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java63 import com.android.systemui.shared.recents.ISystemUiProxy;
129 private ISystemUiProxy mSysUiProxy = new ISystemUiProxy.Stub() {