HomeSort by relevance Sort by last modified time
    Searched refs:configDestroy (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 160 boolean configDestroy; // need to destroy due to config change?
320 if (configDestroy || configChangeFlags != 0) {
321 pw.print(prefix); pw.print("configDestroy="); pw.print(configDestroy);
465 configDestroy = false;
    [all...]
ActivityStack.java     [all...]

Completed in 61 milliseconds