Loading tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -390,6 +390,7 @@ 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 @@ -658,6 +659,7 @@ 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 +2 −0 Original line number Diff line number Diff line Loading @@ -390,6 +390,7 @@ 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 @@ -658,6 +659,7 @@ public abstract class TelephonyTest { sharedPreferences.edit().clear().commit(); restoreInstances(); TelephonyManager.enableServiceHandleCaching(); } protected static void logd(String s) { Loading