Searched defs:mResourceConfiguration (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DComponentContextFixture.java431 private final Configuration mResourceConfiguration = new Configuration(); field in class:ComponentContextFixture
438 when(mResources.getConfiguration()).thenReturn(mResourceConfiguration);
439 mResourceConfiguration.setLocale(Locale.TAIWAN);

Completed in 71 milliseconds