diff options
author | Andrii Kulian <akulian@google.com> | 2020-01-21 21:41:38 -0800 |
---|---|---|
committer | Andrii Kulian <akulian@google.com> | 2020-01-22 18:30:29 -0800 |
commit | 4a316973192b3f60b59d5cc311f8232420bad6c2 (patch) | |
tree | 19a7b5234f020f83f8cc04ae6745deeaf2805dc2 /test-mock/api | |
parent | 2175e3ebef2cbcbff79e8d9ed959799d2a9c96ab (diff) |
Introduce WindowContext API
Test: atest WmTests CtsWindowManagerDeviceTestCases
Bug: 128338354
Change-Id: I9c9dfc5e7f4edd4c968e60d2ffcbb19b5c72a853
Diffstat (limited to 'test-mock/api')
-rw-r--r-- | test-mock/api/test-current.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-mock/api/test-current.txt b/test-mock/api/test-current.txt index cc260ac14147..32ca250b6c74 100644 --- a/test-mock/api/test-current.txt +++ b/test-mock/api/test-current.txt @@ -2,7 +2,6 @@ package android.test.mock { public class MockContext extends android.content.Context { - method public android.view.Display getDisplay(); method public int getDisplayId(); } |