Lines Matching refs:persistent

574      * List of persistent applications that are in the process
1921 app.persistent = true;
2529 if (app.persistent && lrui >= 0) {
2530 // We don't care about the position of persistent processes, as long as
2532 if (DEBUG_LRU) Slog.d(TAG, "Not moving, persistent: " + app);
2673 && !cr.binding.service.app.persistent) {
2680 if (cpr.proc != null && cpr.proc.lruSeq != mLruSeq && !cpr.proc.persistent) {
3030 if (app.persistent) {
3721 // Remove tasks from persistent storage.
4985 if (r.persistent) {
5245 if (app.persistent) {
5246 // we don't kill persistent processes
5541 if (app.persistent && !evenPersistent) {
5542 // we don't kill persistent processes
5792 if (app.persistent && !app.isolated) {
5991 isRestrictedBackupMode || !normalMode, app.persistent,
9935 app.persistent = true;
10225 boolean persistent) {
10234 if (persistent) {
10245 if (!persistent) {
10251 mDebugTransient = !persistent;
11475 if (!app.persistent) {
11477 // explicitly does so... but for persistent process, we really
11478 // need to keep it running. If a persistent process is actually
11492 // annoy the user repeatedly. Unless it is persistent, since those
12103 // since they don't have a persistent identity.
12228 if (app.persistent) {
12763 pw.print(r.persistent ? " *PERS*" : " *APP*");
12767 if (r.persistent) {
13106 pw.println(" Total persistent processes: " + numPers);
13630 prefix, (r.persistent ? persistentLabel : normalLabel),
13632 if (r.persistent) {
13705 pw.print(r.persistent ? persistentLabel : normalLabel);
14821 if (!capp.persistent && capp.thread != null
14984 if (!app.persistent || app.isolated) {
14986 "Removing non-persistent process during cleanup: " + app);
14995 // This app is persistent, so we need to keep its record around.
15284 // Phone app and persistent apps are allowed to export singleuser providers.
15862 * Prevent non-system code (defined here to be non-persistent
15870 } else if (callerApp == null || !callerApp.persistent) {
16491 // Instrumentation can kill and relaunch even persistent processes
16665 * @param persistent TODO
16668 ActivityRecord starting, boolean persistent, boolean initLocale) {
16717 if (persistent && Settings.System.hasInterestingConfigurationChanges(changes)) {
17343 // Special handling for above-top states (persistent
17453 // Special handling for above-top states (persistent
18559 if (app.persistent) {
18570 /** This method sends the specified signal to each of the persistent apps */
18585 if (r.thread != null && r.persistent) {