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

  /frameworks/base/services/core/java/com/android/server/am/
TaskPersister.java 62 static final boolean DEBUG_PERSISTER = false;
146 if (DEBUG_PERSISTER) Slog.d(TAG, "Creating tasks directory " + sTasksDir);
154 if (DEBUG_PERSISTER) Slog.d(TAG, "Creating images directory " + sTasksDir);
178 if (DEBUG_PERSISTER) Slog.d(TAG, "Removing "
224 if (DEBUG_PERSISTER) Slog.d(TAG, "wakeup: task=" + task + " flush=" + flush
268 if (DEBUG_PERSISTER) Slog.d(TAG, "saveImage: filename=" + filename + " now=" +
302 if (DEBUG_PERSISTER) Slog.d(TAG, "saveToXml: task=" + task);
307 if (DEBUG_PERSISTER) xmlSerializer.setFeature(
366 if (DEBUG_PERSISTER) Slog.d(TAG, "restoreTasksLocked: taskFile=" + taskFile.getName());
379 if (DEBUG_PERSISTER)
    [all...]
ActivityRecord.java 19 import static com.android.server.am.TaskPersister.DEBUG_PERSISTER;
    [all...]
TaskRecord.java 24 import static com.android.server.am.TaskPersister.DEBUG_PERSISTER;
    [all...]

Completed in 285 milliseconds