Loading tests/telephonytests/src/com/android/internal/telephony/ContextFixture.java +5 −0 Original line number Diff line number Diff line Loading @@ -325,6 +325,11 @@ public class ContextFixture implements TestFixture<Context> { return mResources; } @Override public Context createConfigurationContext(Configuration overrideConfiguration) { return spy(new FakeContext()); } @Override public ApplicationInfo getApplicationInfo() { return mApplicationInfo; Loading Loading
tests/telephonytests/src/com/android/internal/telephony/ContextFixture.java +5 −0 Original line number Diff line number Diff line Loading @@ -325,6 +325,11 @@ public class ContextFixture implements TestFixture<Context> { return mResources; } @Override public Context createConfigurationContext(Configuration overrideConfiguration) { return spy(new FakeContext()); } @Override public ApplicationInfo getApplicationInfo() { return mApplicationInfo; Loading