Loading tests/telephonytests/src/com/android/internal/telephony/ContextFixture.java +1 −1 Original line number Diff line number Diff line Loading @@ -391,7 +391,7 @@ public class ContextFixture implements TestFixture<Context> { doReturn(mBundle).when(mCarrierConfigManager).getConfigForSubId(anyInt()); mConfiguration.locale = Locale.getDefaultLocaleFromSystemProperties(); mConfiguration.locale = Locale.US; doReturn(mConfiguration).when(mResources).getConfiguration(); mContentResolver.addProvider(Telephony.Sms.CONTENT_URI.getAuthority(), mContentProvider); Loading Loading
tests/telephonytests/src/com/android/internal/telephony/ContextFixture.java +1 −1 Original line number Diff line number Diff line Loading @@ -391,7 +391,7 @@ public class ContextFixture implements TestFixture<Context> { doReturn(mBundle).when(mCarrierConfigManager).getConfigForSubId(anyInt()); mConfiguration.locale = Locale.getDefaultLocaleFromSystemProperties(); mConfiguration.locale = Locale.US; doReturn(mConfiguration).when(mResources).getConfiguration(); mContentResolver.addProvider(Telephony.Sms.CONTENT_URI.getAuthority(), mContentProvider); Loading