Lines Matching defs:change

519     // Delay in notifying task stack change listeners (in millis)
559 /** Task stack change listeners. */
2779 // We need to tell all apps about the system property change.
3273 // processes that have activities, and we don't want those to change their
4233 final UidRecord.ChangeItem change = mPendingUidChanges.get(i);
4234 mActiveUidChanges[i] = change;
4235 if (change.uidRecord != null) {
4236 change.uidRecord.pendingChange = null;
4237 change.uidRecord = null;
4248 if (item.change == UidRecord.CHANGE_GONE
4249 || item.change == UidRecord.CHANGE_GONE_IDLE) {
4266 final int change = item.change;
4270 if (validateUid == null && change != UidRecord.CHANGE_GONE
4271 && change != UidRecord.CHANGE_GONE_IDLE) {
4276 if (change == UidRecord.CHANGE_IDLE
4277 || change == UidRecord.CHANGE_GONE_IDLE) {
4288 } else if (change == UidRecord.CHANGE_ACTIVE) {
4298 if (change == UidRecord.CHANGE_GONE
4299 || change == UidRecord.CHANGE_GONE_IDLE) {
4635 // The caller is not allowed to change the data.
6780 // Some stack visibility might change (e.g. docked stack)
10113 "positionTaskInStack: Attempt to change the position of task "
13264 // change mConfiguration in-place.
13786 // instance. (notably process.pkgList, which could otherwise change
16051 // Update this version number in case you change the 'compact' format
18161 false, true, true, false, "change " + ssp);
19011 * Do either or both things: (1) change the current configuration, and (2)
19080 // boot, where the first config change needs to guarantee
19131 // resized due to the configuration change. If so, resize the stacks now and do any
19153 // activity to check if its configuration needs to change.
19459 // As far as we know the process is empty. We may change our mind later.
20596 if (DEBUG_PSS) Slog.d(TAG_PSS, "Process state change from "
20612 "Proc state change of " + app.processName
20629 // Inform UsageStats of important process state change
20700 private final void enqueueUidChangeLocked(UidRecord uidRec, int uid, int change) {
20720 if (change == UidRecord.CHANGE_GONE && !uidRec.idle) {
20723 change = UidRecord.CHANGE_GONE_IDLE;
20733 if (change == UidRecord.CHANGE_GONE && pendingChange.change == UidRecord.CHANGE_IDLE) {
20734 change = UidRecord.CHANGE_GONE_IDLE;
20737 pendingChange.change = change;