/frameworks/base/core/java/android/app/servertransaction/ |
D | StopActivityItem.java | 37 private int mConfigChanges; field in StopActivityItem 43 client.handleStopActivity(r, mConfigChanges, pendingActions, in execute() 73 instance.mConfigChanges = configChanges; in obtain() 81 mConfigChanges = 0; in recycle() 91 dest.writeInt(mConfigChanges); in writeToParcel() 96 mConfigChanges = in.readInt(); in StopActivityItem() 119 return mConfigChanges == other.mConfigChanges; in equals() 125 result = 31 * result + mConfigChanges; in hashCode() 131 return "StopActivityItem{configChanges=" + mConfigChanges + "}"; in toString()
|
D | DestroyActivityItem.java | 36 private int mConfigChanges; field in DestroyActivityItem 47 client.handleDestroyActivity(r, mFinished, mConfigChanges, in execute() 69 instance.mConfigChanges = configChanges; in obtain() 78 mConfigChanges = 0; in recycle() 89 dest.writeInt(mConfigChanges); in writeToParcel() 95 mConfigChanges = in.readInt(); in DestroyActivityItem() 118 return mFinished == other.mFinished && mConfigChanges == other.mConfigChanges; in equals() 125 result = 31 * result + mConfigChanges; in hashCode() 132 + mConfigChanges + "}"; in toString()
|
D | PauseActivityItem.java | 40 private int mConfigChanges; field in PauseActivityItem 47 client.handlePauseActivity(r, mFinished, mUserLeaving, mConfigChanges, pendingActions, in execute() 81 instance.mConfigChanges = configChanges; in obtain() 95 instance.mConfigChanges = 0; in obtain() 106 mConfigChanges = 0; in recycle() 118 dest.writeInt(mConfigChanges); in writeToParcel() 126 mConfigChanges = in.readInt(); in PauseActivityItem() 151 && mConfigChanges == other.mConfigChanges && mDontReport == other.mDontReport; in equals() 159 result = 31 * result + mConfigChanges; in hashCode() 167 + ",configChanges=" + mConfigChanges + ",dontReport=" + mDontReport + "}"; in toString()
|
D | ActivityRelaunchItem.java | 47 private int mConfigChanges; field in ActivityRelaunchItem 60 mPendingNewIntents, mConfigChanges, mConfig, mPreserveWindow); in preExecute() 96 instance.mConfigChanges = configChanges; in obtain() 107 mConfigChanges = 0; in recycle() 122 dest.writeInt(mConfigChanges); in writeToParcel() 131 mConfigChanges = in.readInt(); in ActivityRelaunchItem() 158 && mConfigChanges == other.mConfigChanges && Objects.equals(mConfig, other.mConfig) in equals() 167 result = 31 * result + mConfigChanges; in hashCode() 176 + ",pendingNewIntents=" + mPendingNewIntents + ",configChanges=" + mConfigChanges in toString()
|
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | ImsConfigImplTest.java | 111 final LinkedBlockingQueue<Pair<Integer, Integer>> mConfigChanges = in testIntCaching() local 117 mConfigChanges.offer(new Pair<>(item, value)); in testIntCaching() 125 Pair<Integer, Integer> callbackResult = mConfigChanges.poll(); in testIntCaching() 140 final LinkedBlockingQueue<Pair<Integer, String>> mConfigChanges = in testStringCaching() local 148 mConfigChanges.offer(new Pair<>(item, value)); in testStringCaching() 154 Pair<Integer, String> callbackResult = mConfigChanges.poll(); in testStringCaching()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | EnsureActivitiesVisibleHelper.java | 33 private int mConfigChanges; field in EnsureActivitiesVisibleHelper 60 mConfigChanges = configChanges; in reset() 149 makeVisibleAndRestartIfNeeded(mStarting, mConfigChanges, isTop, in setActivityVisibilityState() 170 mConfigChanges |= r.configChangeFlags; in setActivityVisibilityState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/ |
D | FragmentHostManager.java | 55 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges( field in FragmentHostManager 68 mConfigChanges.applyNewConfig(mContext.getResources()); in FragmentHostManager() 157 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogComponent.java | 66 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges( field in VolumeDialogComponent 159 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBarController.java | 129 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges( field in NavigationBarController 188 mConfigChanges.applyNewConfig(mContext.getResources()); in NavigationBarController() 207 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotController.java | 286 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges( field in ScreenshotController 347 mConfigChanges.applyNewConfig(context.getResources()); in ScreenshotController() 591 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in saveScreenshot()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowTestsBase.java | 801 private int mConfigChanges; field in WindowTestsBase.ActivityBuilder 900 mConfigChanges = configChanges; in setConfigChanges() 979 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
|