Add getAssociatedDisplayId to ContextWrapper
Bug: 262914829 Test: manual test in MD emulator by logging the associated display id Change-Id: I7f758c0b77c7bc76cf822d8d336ce49a728e1bbf
This commit is contained in:
@@ -1205,6 +1205,14 @@ public class ContextWrapper extends Context {
|
||||
return mBase.getDisplayId();
|
||||
}
|
||||
|
||||
/**
|
||||
* @hide
|
||||
*/
|
||||
@Override
|
||||
public int getAssociatedDisplayId() {
|
||||
return mBase.getAssociatedDisplayId();
|
||||
}
|
||||
|
||||
/**
|
||||
* @hide
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user