Home
last modified time | relevance | path

Searched refs:DEBUG_RESTORER (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DTaskPersister.java63 static final boolean DEBUG_RESTORER = false; field in TaskPersister
525 if (DEBUG_RESTORER) Slog.d(TAG, "readOtherDeviceTasksFromDisk: taskFile=" in readOtherDeviceTasksFromDisk()
533 if (DEBUG_RESTORER) Slog.e(TAG, "Unable to create task for file=" in readOtherDeviceTasksFromDisk()
570 if (DEBUG_RESTORER) Slog.d(TAG, "Set Expiration time to " in readOtherDeviceTasksFromDisk()
620 if (DEBUG_RESTORER) Slog.d(TAG, "Deleting expired file=" in removeExpiredTasksIfNeeded()
631 if (DEBUG_RESTORER) Slog.d(TAG, "Removed package=" + packageName in removeExpiredTasksIfNeeded()
639 if (DEBUG_RESTORER) Slog.d(TAG, "Reset expiration time to " in removeExpiredTasksIfNeeded()
685 if (DEBUG_RESTORER) Slog.d(TAG, "Can't add task chain at index=" + i in addOtherDeviceTasksToRecentsLocked()
698 if (DEBUG_RESTORER) Slog.d(TAG, "Can't create task record for file=" in addOtherDeviceTasksToRecentsLocked()
737 if (DEBUG_RESTORER) Slog.d(TAG, "Added " + tasks.size() in addOtherDeviceTasksToRecentsLocked()
[all …]
DActivityRecord.java20 import static com.android.server.am.TaskPersister.DEBUG_RESTORER;
1162 if (DEBUG_PERSISTER || DEBUG_RESTORER) Slog.d(TaskPersister.TAG, in restoreFromXml()
1188 if (DEBUG_PERSISTER || DEBUG_RESTORER) in restoreFromXml()
1192 if (DEBUG_PERSISTER || DEBUG_RESTORER) in restoreFromXml()
1196 if (DEBUG_PERSISTER || DEBUG_RESTORER) Slog.d(TaskPersister.TAG, in restoreFromXml()
DTaskRecord.java25 import static com.android.server.am.TaskPersister.DEBUG_RESTORER;
918 if (DEBUG_PERSISTER || DEBUG_RESTORER) Slog.d(TaskPersister.TAG, in restoreFromXml()
977 if (DEBUG_PERSISTER || DEBUG_RESTORER) in restoreFromXml()
985 if (DEBUG_PERSISTER || DEBUG_RESTORER) in restoreFromXml()