Home | History | Annotate | Download | only in am

Lines Matching refs:configChanges

893             ActivityRecord starting, String onlyThisProcess, int configChanges) {
896 + " configChanges=0x" + Integer.toHexString(configChanges));
934 r.startFreezingScreenLocked(r.app, configChanges);
976 configChanges |= r.configChangeFlags;
1035 int configChanges) {
1038 ensureActivitiesVisibleLocked(r, starting, null, configChanges);
3461 + Integer.toHexString(r.info.configChanges)
3464 if ((changes&(~r.info.configChanges)) != 0) {