Searched refs:isPersistable (Results 1 – 11 of 11) sorted by relevance
279 boolean isPersistable = false; field in TaskRecord385 isPersistable = true; in TaskRecord()1321 isPersistable = r.isPersistable(); in addActivityAtIndex()1347 if (r.isPersistable()) { in addActivityAtIndex()1383 if (r.isPersistable()) { in removeActivity()2463 if (autoRemoveRecents || isPersistable || !isActivityTypeStandard() || numFullscreen != 0) { in dump()2465 pw.print(" isPersistable="); pw.print(isPersistable); in dump()2676 if (r.info.persistableMode == ActivityInfo.PERSIST_ROOT_ONLY || !r.isPersistable() || in saveToXml()
197 if (item == null && task.isPersistable) { in wakeup()344 task.isPersistable = true; in restoreTasksForUserLocked()
537 return task.isPersistable && (stack == null || !stack.isHomeOrRecentsStack()); in shouldPersistTaskLocked()965 + " persistable=" + task.isPersistable); in getPersistableTaskIds()967 if ((task.isPersistable || task.inRecents) in getPersistableTaskIds()
1358 boolean isPersistable() { in isPersistable() method in ActivityRecord3611 if (isPersistable() && persistentState != null) { in saveToXml()
1801 if (tr.isPersistable) { in removeTaskByIdLocked()
4876 if (task.isPersistable) { in updateTaskMovement()
351 public boolean isPersistable() { in isPersistable() method in NetworkTemplate
621 public boolean isPersistable() { in isPersistable() method in ActivityThread.ActivityClientRecord3261 if (r.isPersistable()) { in performLaunchActivity()3323 if (r.isPersistable()) { in handleStartActivity()3336 if (r.isPersistable()) { in handleStartActivity()5339 if (r.isPersistable()) { in callActivityOnSaveInstanceState()
2271 if (template.isPersistable()) { in readPolicyAL()2458 if (!template.isPersistable()) continue; in writePolicyAL()
10496 HSPLandroid/net/NetworkTemplate;->isPersistable()Z40777 HSPLandroid/app/ActivityThread$ActivityClientRecord;->isPersistable()Z
1860 Landroid/app/ActivityThread$ActivityClientRecord;->isPersistable()Z44806 Landroid/net/NetworkTemplate;->isPersistable()Z