commit | c94dea81444cd5ac617f336e6371060ce7980547 | [log] [tgz] |
---|---|---|
author | Aravind Sreekumar <aravinds@google.com> | Tue Apr 10 15:34:32 2018 -0700 |
committer | Aurimas Liutikas <aurimas@google.com> | Thu Apr 19 15:50:48 2018 -0700 |
tree | 448be67b93d79506759122d0f0170856ee2657be | |
parent | f6b06c96d9aeee90d7751e28fb33e520dc622de5 [diff] [blame] |
Migrated TeleService to androidx. Test: make TeleService Bug: 76692459 Change-Id: I421142eab9fe319b38ecc15cd109a060e9d7578a
diff --git a/src/com/android/phone/TelephonyDebugService.java b/src/com/android/phone/TelephonyDebugService.java index fe17633..da66994 100644 --- a/src/com/android/phone/TelephonyDebugService.java +++ b/src/com/android/phone/TelephonyDebugService.java
@@ -16,13 +16,13 @@ package com.android.phone; -import com.android.internal.telephony.DebugService; - import android.app.Service; import android.content.Intent; import android.os.IBinder; import android.util.Log; +import com.android.internal.telephony.DebugService; + import java.io.FileDescriptor; import java.io.PrintWriter;