Home
last modified time | relevance | path

Searched defs:shouldReportPrivateChanges (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/window/
DConfigurationDispatcherTest.kt40 class ConfigurationDispatcherTest(private val shouldReportPrivateChanges: Boolean) { constant in android.window.ConfigurationDispatcherTest
81 private val shouldReportPrivateChanges: Boolean constant in android.window.ConfigurationDispatcherTest.TestConfigurationReceiver
94 override fun shouldReportPrivateChanges(): Boolean { in shouldReportPrivateChanges() method in android.window.ConfigurationDispatcherTest.TestConfigurationReceiver
/frameworks/base/core/java/android/window/
DConfigurationDispatcher.java41 default boolean shouldReportPrivateChanges() { in shouldReportPrivateChanges() method
DSystemUiContext.java65 public boolean shouldReportPrivateChanges() { in shouldReportPrivateChanges() method in SystemUiContext
DWindowContext.java174 public boolean shouldReportPrivateChanges() { in shouldReportPrivateChanges() method in WindowContext