Home | History | Annotate | Download | only in am

Lines Matching defs:isPersistable

269     boolean isPersistable = false;
364 isPersistable = true;
1231 isPersistable = r.isPersistable();
1257 if (r.isPersistable()) {
1296 if (r.isPersistable()) {
1974 if (autoRemoveRecents || isPersistable || !isActivityTypeStandard() || numFullscreen != 0) {
1976 pw.print(" isPersistable="); pw.print(isPersistable);
2182 if (r.info.persistableMode == ActivityInfo.PERSIST_ROOT_ONLY || !r.isPersistable() ||