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;