| commit | afc08c5bf55dc34eca14f23d125f2d6c5c32ca63 | [log] [tgz] |
|---|---|---|
| author | Aravind Sreekumar <aravinds@google.com> | Tue Apr 10 15:34:32 2018 -0700 |
| committer | Leo Hsu <leohsu@google.com> | Mon Aug 13 10:28:08 2018 +0800 |
| tree | d2789d79f3a626c9dadefe00f0b0169ac292e7bb | |
| parent | 68f322ab62e1b6c66941f5b09a93dbe452c58ae5 [diff] [blame] |
Migrated TeleService to androidx. Test: make TeleService Bug: 76692459 Change-Id: I421142eab9fe319b38ecc15cd109a060e9d7578a Merged-In: I421142eab9fe319b38ecc15cd109a060e9d7578a
diff --git a/src/com/android/phone/PhoneSearchIndexablesProvider.java b/src/com/android/phone/PhoneSearchIndexablesProvider.java index ee79f92..57a5b8a 100644 --- a/src/com/android/phone/PhoneSearchIndexablesProvider.java +++ b/src/com/android/phone/PhoneSearchIndexablesProvider.java
@@ -36,9 +36,10 @@ import android.provider.SearchIndexableResource; import android.provider.SearchIndexablesContract.RawData; import android.provider.SearchIndexablesProvider; -import android.support.annotation.VisibleForTesting; import android.telephony.euicc.EuiccManager; +import androidx.annotation.VisibleForTesting; + public class PhoneSearchIndexablesProvider extends SearchIndexablesProvider { private static final String TAG = "PhoneSearchIndexablesProvider"; private UserManager mUserManager;