Home
last modified time | relevance | path

Searched refs:mConfigChanges (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/servertransaction/
DActivityRelaunchItem.java50 private int mConfigChanges; field in ActivityRelaunchItem
68 mPendingNewIntents, mConfigChanges, mConfig, mPreserveWindow, mActivityWindowInfo); in preExecute()
109 instance.mConfigChanges = configChanges; in obtain()
122 mConfigChanges = 0; in recycle()
139 dest.writeInt(mConfigChanges); in writeToParcel()
150 mConfigChanges = in.readInt(); in ActivityRelaunchItem()
178 && mConfigChanges == other.mConfigChanges && Objects.equals(mConfig, other.mConfig) in equals()
189 result = 31 * result + mConfigChanges; in hashCode()
201 + ",configChanges=" + mConfigChanges in toString()
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DImsConfigImplTest.java115 final LinkedBlockingQueue<Pair<Integer, Integer>> mConfigChanges = in testIntCaching() local
121 mConfigChanges.offer(new Pair<>(item, value)); in testIntCaching()
129 Pair<Integer, Integer> callbackResult = mConfigChanges.poll(); in testIntCaching()
144 final LinkedBlockingQueue<Pair<Integer, String>> mConfigChanges = in testStringCaching() local
152 mConfigChanges.offer(new Pair<>(item, value)); in testStringCaching()
158 Pair<Integer, String> callbackResult = mConfigChanges.poll(); in testStringCaching()
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
DFragmentHostManager.java60 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges( field in FragmentHostManager
78 mConfigChanges.applyNewConfig(mContext.getResources()); in FragmentHostManager()
183 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogComponent.java70 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges( field in VolumeDialogComponent
171 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarControllerImpl.java113 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges( field in NavigationBarControllerImpl
144 mConfigChanges.applyNewConfig(mContext.getResources()); in NavigationBarControllerImpl()
162 boolean willApplyConfig = mConfigChanges.applyNewConfig(mContext.getResources()); in onConfigChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java242 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges( field in ScreenshotController
322 mConfigChanges.applyNewConfig(context.getResources()); in ScreenshotController()
603 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in enqueueScrollCaptureRequest()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTestsBase.java1248 private int mConfigChanges; field in WindowTestsBase.ActivityBuilder
1358 mConfigChanges = configChanges; in setConfigChanges()
1456 aInfo.configChanges |= mConfigChanges; in buildInner()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8567 Landroid/app/servertransaction/ActivityRelaunchItem;->mConfigChanges:I
8613 Landroid/app/servertransaction/DestroyActivityItem;->mConfigChanges:I
8669 Landroid/app/servertransaction/PauseActivityItem;->mConfigChanges:I
8732 Landroid/app/servertransaction/StopActivityItem;->mConfigChanges:I