/frameworks/base/core/java/android/app/servertransaction/ |
D | ActivityRelaunchItem.java | 50 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/ |
D | ImsConfigImplTest.java | 115 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/ |
D | FragmentHostManager.java | 60 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/ |
D | VolumeDialogComponent.java | 70 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/ |
D | NavigationBarControllerImpl.java | 113 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/ |
D | ScreenshotController.java | 242 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/ |
D | WindowTestsBase.java | 1248 private int mConfigChanges; field in WindowTestsBase.ActivityBuilder 1358 mConfigChanges = configChanges; in setConfigChanges() 1456 aInfo.configChanges |= mConfigChanges; in buildInner()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 8567 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
|