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 151 boolean configDestroy; // need to destroy due to config change?
304 if (configDestroy || configChangeFlags != 0) {
305 pw.print(prefix); pw.print("configDestroy="); pw.print(configDestroy);
406 configDestroy = false;
    [all...]
ActivityStack.java     [all...]

Completed in 246 milliseconds