Merge "Add getAssociatedDisplayId to ContextWrapper" into udc-dev

This commit is contained in:
Xiang Wang
2023-02-21 20:08:07 +00:00
committed by Android (Google) Code Review

View File

@@ -1205,6 +1205,14 @@ public class ContextWrapper extends Context {
return mBase.getDisplayId();
}
/**
* @hide
*/
@Override
public int getAssociatedDisplayId() {
return mBase.getAssociatedDisplayId();
}
/**
* @hide
*/