Loading tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -383,7 +383,6 @@ public abstract class TelephonyTest { protected void setUp(String tag) throws Exception { TAG = tag; MockitoAnnotations.initMocks(this); TelephonyManager.disableServiceHandleCaching(); mPhones = new Phone[] {mPhone}; mImsCallProfile = new ImsCallProfile(); Loading Loading @@ -646,7 +645,6 @@ public abstract class TelephonyTest { sharedPreferences.edit().clear().commit(); restoreInstances(); TelephonyManager.enableServiceHandleCaching(); } protected static void logd(String s) { Loading Loading
tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -383,7 +383,6 @@ public abstract class TelephonyTest { protected void setUp(String tag) throws Exception { TAG = tag; MockitoAnnotations.initMocks(this); TelephonyManager.disableServiceHandleCaching(); mPhones = new Phone[] {mPhone}; mImsCallProfile = new ImsCallProfile(); Loading Loading @@ -646,7 +645,6 @@ public abstract class TelephonyTest { sharedPreferences.edit().clear().commit(); restoreInstances(); TelephonyManager.enableServiceHandleCaching(); } protected static void logd(String s) { Loading