Searched refs:isPersistable (Results 1 – 11 of 11) sorted by relevance
271 if (queueNdx < 0 && task.isPersistable) { in wakeup()486 task.isPersistable = true; in restoreTasksForUserLocked()664 " persistable=" + task.isPersistable); in run()666 if ((task.isPersistable || task.inRecents) in run()
264 boolean isPersistable = false; field in TaskRecord372 isPersistable = true; in TaskRecord()1251 isPersistable = r.isPersistable(); in addActivityAtIndex()1276 if (r.isPersistable()) { in addActivityAtIndex()1315 if (r.isPersistable()) { in removeActivity()1796 if (r.info.persistableMode == ActivityInfo.PERSIST_ROOT_ONLY || !r.isPersistable() || in saveToXml()2304 if (autoRemoveRecents || isPersistable || taskType != 0 || mTaskToReturnTo != 0 in dump()2307 pw.print(" isPersistable="); pw.print(isPersistable); in dump()
184 return task.isPersistable && (stack == null || !stack.isHomeOrRecentsStack()); in shouldPersistTaskLocked()
1121 boolean isPersistable() {1513 if (thumbnailUpdated && isPersistable()) { in updateThumbnailLocked()2692 if (isPersistable() && persistentState != null) { in saveToXml()
2706 if (tr.isPersistable) { in removeTaskByIdLocked()
4530 if (task.isPersistable) { in updateTaskMovement()
277 public boolean isPersistable() { in isPersistable() method in NetworkTemplate
416 public boolean isPersistable() { in isPersistable() method in ActivityThread.ActivityClientRecord2728 if (r.isPersistable()) { in performLaunchActivity()2745 if (r.isPersistable()) { in performLaunchActivity()2756 if (r.isPersistable()) { in performLaunchActivity()4716 if (r.isPersistable()) { in callCallActivityOnSaveInstanceState()
1914 if (template.isPersistable()) { in readPolicyAL()2099 if (!template.isPersistable()) continue; in writePolicyAL()
1657 HPLcom/android/server/am/ActivityRecord;->isPersistable()Z
15420 HSPLandroid/app/ActivityThread$ActivityClientRecord;->isPersistable()Z