commit | debe73b2a2398c82b58894b77991fa26c14b242e | [log] [tgz] |
---|---|---|
author | Marco Loaiza <loaizamontoya@google.com> | Thu Feb 16 10:14:00 2023 +0000 |
committer | Marco Loaiza <loaizamontoya@google.com> | Fri Feb 17 09:45:15 2023 +0000 |
tree | a01658fcb5edc8219765791daf526f87e16fa4ca | |
parent | 69c948cc506dd70729187596d67ba814391c2573 [diff] |
Telecom: Refactor to move DEVICE_ID_DEFAULT from vdm to Context Bug: 266178780 Test: build locally AOSP: Infeasible: follwo up from ag/21305469 which is not in AOSP yet. Change-Id: Ib19752b4668dfde3c451e059d74737b474338f77
diff --git a/tests/src/com/android/server/telecom/tests/ComponentContextFixture.java b/tests/src/com/android/server/telecom/tests/ComponentContextFixture.java index 0743805..17bf85e 100644 --- a/tests/src/com/android/server/telecom/tests/ComponentContextFixture.java +++ b/tests/src/com/android/server/telecom/tests/ComponentContextFixture.java
@@ -87,7 +87,7 @@ import java.util.Map; import java.util.concurrent.Executor; -import static android.companion.virtual.VirtualDeviceManager.DEVICE_ID_DEFAULT; +import static android.content.Context.DEVICE_ID_DEFAULT; import static org.mockito.ArgumentMatchers.anyBoolean; import static org.mockito.ArgumentMatchers.matches;