Searched refs:isPersistable (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java209 boolean isPersistable = false; field in class:TaskRecord
314 isPersistable = true;
769 isPersistable = r.isPersistable();
793 if (r.isPersistable()) {
804 if (r.isPersistable()) {
1201 if (r.info.persistableMode == ActivityInfo.PERSIST_ROOT_ONLY || !r.isPersistable() ||
1728 if (autoRemoveRecents || isPersistable || taskType != 0 || mTaskToReturnTo != 0
1731 pw.print(" isPersistable="); pw.print(isPersistable);
[all...]
H A DTaskPersister.java265 if (queueNdx < 0 && task.isPersistable) {
461 task.isPersistable = true;
632 " persistable=" + task.isPersistable);
633 if ((task.isPersistable || task.inRecents)
H A DActivityRecord.java831 boolean isPersistable() { method in class:ActivityRecord
1094 if (thumbnailUpdated && isPersistable()) {
1416 if (isPersistable() && persistentState != null) {
H A DRecentTasks.java151 if (task.isPersistable && (task.stack == null || !task.stack.isHomeStack())) {
H A DActivityStack.java4216 if (task.isPersistable) {
H A DActivityManagerService.java9578 if (tr.isPersistable) {
/frameworks/base/core/java/android/net/
H A DNetworkTemplate.java251 public boolean isPersistable() { method in class:NetworkTemplate
/frameworks/base/core/java/android/app/
H A DActivityThread.java375 public boolean isPersistable() { method in class:ActivityThread.ActivityClientRecord
2596 if (r.isPersistable()) {
2613 if (r.isPersistable()) {
2624 if (r.isPersistable()) {
4500 if (r.isPersistable()) {
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1490 if (template.isPersistable()) {
1581 if (!template.isPersistable()) continue;

Completed in 151 milliseconds