Home
last modified time | relevance | path

Searched refs:mConfiguration (Results 1 – 4 of 4) sorted by relevance

/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/events/services/
DServiceConfigurationChangedEvent.java100 mEvent.mConfiguration = configuration; in ServiceConfigurationChangedEventLogger()
118 mEvent.mConfiguration = configuration; in setConfiguration()
125 protected Configuration mConfiguration; field in ServiceConfigurationChangedEvent
131 return mConfiguration; in configuration()
/cts/tests/tests/content/src/android/content/wm/cts/
DContextRegisterComponentCallbacksTest.java102 .that(mTestCallbacks.mConfiguration).isEqualTo(config); in testRegisterComponentCallbacksOnActivity()
130 .that(mTestCallbacks.mConfiguration).isEqualTo(config); in testRegisterComponentCallbacksOnContextWrapper()
155 .that(mTestCallbacks.mConfiguration).isNull(); in testRegisterComponentCallbacksOnContextWithoutOverriding()
180 final Rect bounds = mTestCallbacks.mConfiguration.windowConfiguration.getBounds(); in testRegisterComponentCallbacksOnWindowContext()
193 private Configuration mConfiguration; field in ContextRegisterComponentCallbacksTest.TestComponentCallbacks
206 mConfiguration = newConfig; in onConfigurationChanged()
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DWindowContextTests.java157 Rect bounds = callbacks.mConfiguration.windowConfiguration.getBounds(); in testWindowContextRegisterComponentCallbacks()
185 expectedFontScale == callbacks.mConfiguration.fontScale); in testWindowContextGlobalConfigChanges()
257 final WindowConfiguration winConfig = service.mConfiguration.windowConfiguration; in assertBoundsMatches()
286 assertThat(service.mConfiguration.fontScale).isEqualTo(expectedFontScale); in testWidowProviderServiceGlobalConfigChanges()
289 .that(originalConfiguration.diff(service.mConfiguration) in testWidowProviderServiceGlobalConfigChanges()
369 private Configuration mConfiguration; field in WindowContextTests.TestWindowService
400 mConfiguration = getResources().getConfiguration(); in onCreate()
406 mConfiguration = newConfig; in onConfigurationChanged()
430 private Configuration mConfiguration; field in WindowContextTests.TestComponentCallbacks
443 mConfiguration = newConfig; in onConfigurationChanged()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java2643 result &= Objects.equals(ue1.mConfiguration, ue2.mConfiguration); in compareEvent()