Home
last modified time | relevance | path

Searched refs:GET_NIGHT_MODE_ACTIVITY_CHANGED (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DHandleSplashScreenExitActivity.java23 …ort static android.server.wm.app.Components.TestStartingWindowKeys.GET_NIGHT_MODE_ACTIVITY_CHANGED;
106 bundle.putInt(GET_NIGHT_MODE_ACTIVITY_CHANGED, configNightMode); in onConfigurationChanged()
DComponents.java284 public static final String GET_NIGHT_MODE_ACTIVITY_CHANGED = "get_night_mode_activity"; field in Components.TestStartingWindowKeys
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java41 …ort static android.server.wm.app.Components.TestStartingWindowKeys.GET_NIGHT_MODE_ACTIVITY_CHANGED;
377 testConfigNightMode == journal.extras.getInt(GET_NIGHT_MODE_ACTIVITY_CHANGED)); in testSetApplicationNightMode()
379 journal.extras.getInt(GET_NIGHT_MODE_ACTIVITY_CHANGED)); in testSetApplicationNightMode()