Searched refs:isPersistable (Results 1 – 6 of 6) sorted by relevance
164 boolean isPersistable = false; field in TaskRecord236 isPersistable = true; in TaskRecord()596 isPersistable = r.isPersistable(); in addActivityAtIndex()608 if (r.isPersistable()) { in addActivityAtIndex()619 if (r.isPersistable()) { in removeActivity()969 if (r.info.persistableMode == ActivityInfo.PERSIST_ROOT_ONLY || !r.isPersistable() || in saveToXml()1181 if (autoRemoveRecents || isPersistable || taskType != 0 || mTaskToReturnTo != 0 in dump()1184 pw.print(" isPersistable="); pw.print(isPersistable); in dump()
191 if (queueNdx < 0 && task.isPersistable) { in wakeup()365 task.isPersistable = true; in restoreTasksLocked()493 " persistable=" + task.isPersistable); in run()494 if ((task.isPersistable || task.inRecents) in run()
648 boolean isPersistable() {882 if (thumbnailUpdated && isPersistable()) { in updateThumbnailLocked()1187 if (isPersistable() && persistentState != null) { in saveToXml()
3620 if (task.isPersistable) { in updateTaskMovement()
8727 if (tr.isPersistable) { in removeTaskByIdLocked()
336 public boolean isPersistable() { in isPersistable() method in ActivityThread.ActivityClientRecord2366 if (r.isPersistable()) { in performLaunchActivity()2383 if (r.isPersistable()) { in performLaunchActivity()2394 if (r.isPersistable()) { in performLaunchActivity()4083 if (r.isPersistable()) { in callCallActivityOnSaveInstanceState()