Searched refs:isPersistable (Results 1 – 9 of 9) sorted by relevance
265 if (queueNdx < 0 && task.isPersistable) { in wakeup()461 task.isPersistable = true; in restoreTasksForUserLocked()632 " persistable=" + task.isPersistable); in run()633 if ((task.isPersistable || task.inRecents) in run()
209 boolean isPersistable = false; field in TaskRecord314 isPersistable = true; in TaskRecord()769 isPersistable = r.isPersistable(); in addActivityAtIndex()793 if (r.isPersistable()) { in addActivityAtIndex()804 if (r.isPersistable()) { in removeActivity()1201 if (r.info.persistableMode == ActivityInfo.PERSIST_ROOT_ONLY || !r.isPersistable() || in saveToXml()1728 if (autoRemoveRecents || isPersistable || taskType != 0 || mTaskToReturnTo != 0 in dump()1731 pw.print(" isPersistable="); pw.print(isPersistable); in dump()
831 boolean isPersistable() {1094 if (thumbnailUpdated && isPersistable()) { in updateThumbnailLocked()1416 if (isPersistable() && persistentState != null) { in saveToXml()
151 if (task.isPersistable && (task.stack == null || !task.stack.isHomeStack())) { in syncPersistentTaskIdsLocked()
4216 if (task.isPersistable) { in updateTaskMovement()
9578 if (tr.isPersistable) { in removeTaskByIdLocked()
251 public boolean isPersistable() { in isPersistable() method in NetworkTemplate
375 public boolean isPersistable() { in isPersistable() method in ActivityThread.ActivityClientRecord2596 if (r.isPersistable()) { in performLaunchActivity()2613 if (r.isPersistable()) { in performLaunchActivity()2624 if (r.isPersistable()) { in performLaunchActivity()4500 if (r.isPersistable()) { in callCallActivityOnSaveInstanceState()
1490 if (template.isPersistable()) { in readPolicyLocked()1581 if (!template.isPersistable()) continue; in writePolicyLocked()