Home
last modified time | relevance | path

Searched refs:shouldReportChange (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/mockingcoretests/src/android/app/activity/
DActivityThreadClientTest.java19 import static android.app.ActivityThread.shouldReportChange;
211 shouldReportChange(currentConfig, newConfig, null /* sizeBuckets */, in testShouldReportChange()
225 shouldReportChange(currentConfig, newConfig, buckets, in testShouldReportChange()
230 shouldReportChange(currentConfig, newConfig, buckets, in testShouldReportChange()
235 shouldReportChange(currentConfig, newConfig, buckets, in testShouldReportChange()
243 shouldReportChange(currentConfig, newConfig, buckets, in testShouldReportChange()
250 shouldReportChange(currentConfig, newConfig, buckets, in testShouldReportChange()
/frameworks/base/core/java/android/app/
DActivityThread.java6429 final boolean shouldReportChange = shouldReportChange(activity.mCurrentConfig, newConfig, in performActivityConfigurationChanged()
6432 if (!shouldUpdateResources && !shouldReportChange) { in performActivityConfigurationChanged()
6463 if (shouldReportChange) { in performActivityConfigurationChanged()
6509 public static boolean shouldReportChange(@Nullable Configuration currentConfig, in shouldReportChange() method in ActivityThread