Lines Matching refs:persistent

569     // Necessary ApplicationInfo flags to mark an app as persistent
809 * Non-persistent appId whitelist for background restrictions
861 * List of persistent applications that are in the process
2573 app.persistent = true;
3395 if (app.persistent && lrui >= 0) {
3396 // We don't care about the position of persistent processes, as long as
3398 if (DEBUG_LRU) Slog.d(TAG_LRU, "Not moving, persistent: " + app);
3541 && !cr.binding.service.app.persistent) {
3548 if (cpr.proc != null && cpr.proc.lruSeq != mLruSeq && !cpr.proc.persistent) {
3948 if (app.persistent) {
5896 if (app.persistent) {
5897 // We don't kill persistent processes.
6236 if (app.persistent && !evenPersistent) {
6237 // we don't kill persistent processes
6572 if (old == proc && proc.persistent) {
6573 // We are re-adding a persistent process. Whatevs! Just leave it there.
6574 Slog.w(TAG, "Re-adding persistent process " + proc);
6637 if (app.persistent && !app.isolated) {
6914 isRestrictedBackupMode || !normalMode, app.persistent,
6923 isRestrictedBackupMode || !normalMode, app.persistent,
8405 + " is persistent; not restricted in background");
8410 // Non-persistent but background whitelisted?
12183 r.persistent = true;
12247 app.persistent = true;
12612 boolean persistent) {
12621 if (persistent) {
12632 if (!persistent) {
12638 mDebugTransient = !persistent;
14139 // Only start up encryption-aware persistent apps; once user is
14463 final boolean isSystem = (r == null) || r.persistent;
14766 if (app.persistent) {
15515 pw.print(r.persistent ? " *PERS*" : " *APP*");
15519 if (r.persistent) {
15883 pw.println(" Total persistent processes: " + numPers);
16500 prefix, (r.persistent ? persistentLabel : normalLabel),
16502 if (r.persistent) {
16581 pw.print(r.persistent ? persistentLabel : normalLabel);
17841 if (!capp.persistent && capp.thread != null
18011 if (!app.persistent || app.isolated) {
18013 "Removing non-persistent process during cleanup: " + app);
18023 // This app is persistent, so we need to keep its record around.
18250 // Phone app and persistent apps are allowed to export singleuser providers.
19053 isCallerSystem = (callerApp != null) && callerApp.persistent;
19891 // Instrumentation can kill and relaunch even persistent processes
20170 updateConfigurationLocked(values, null, false, false /* persistent */,
20186 false /* persistent */, currentUserId, false /* deferResume */);
20197 return updateConfigurationLocked(values, starting, initLocale, false /* persistent */,
20205 boolean initLocale, boolean persistent, int userId, boolean deferResume) {
20206 return updateConfigurationLocked(values, starting, initLocale, persistent, userId,
20217 * @param userId is only used when persistent parameter is set to true to persist configuration
20221 boolean initLocale, boolean persistent, int userId, boolean deferResume,
20231 changes = updateGlobalConfiguration(values, initLocale, persistent, userId,
20251 boolean persistent, int userId, boolean deferResume) {
20312 if (persistent && Settings.System.hasInterestingConfigurationChanges(changes)) {
20424 false /* persistent */, UserHandle.USER_NULL /* userId */, deferResume);
21209 // Special handling for above-top states (persistent
21347 // Special handling for above-top states (persistent
23185 if (app.persistent) {
23196 /** This method sends the specified signal to each of the persistent apps */
23211 if (r.thread != null && r.persistent) {
23829 if (app.persistent) {
23830 // We don't kill persistent processes.