Home
last modified time | relevance | path

Searched refs:heavy (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueue.md70 by forking and specializing the zygote is a relatively heavy operation, so
95 * A process with a scheduled broadcast desires to execute, but heavy CPU
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java809 final WindowProcessController heavy = mService.mHeavyWeightProcess; in resolveToHeavyWeightSwitcherIfNeeded() local
810 if (heavy == null || (heavy.mInfo.uid == mRequest.activityInfo.applicationInfo.uid in resolveToHeavyWeightSwitcherIfNeeded()
811 && heavy.mName.equals(mRequest.activityInfo.processName))) { in resolveToHeavyWeightSwitcherIfNeeded()
842 heavy.updateIntentForHeavyWeightActivity(newIntent); in resolveToHeavyWeightSwitcherIfNeeded()
/aosp14/frameworks/base/proto/src/
H A Dsystem_messages.proto74 // Notification to tell the user that a heavy-weight application is running.
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java2721 public void cloneInto(Notification that, boolean heavy) { in cloneInto() argument
2736 if (heavy && this.tickerView != null) { in cloneInto()
2739 if (heavy && this.contentView != null) { in cloneInto()
2742 if (heavy && this.mLargeIcon != null) { in cloneInto()
2798 if (heavy && this.bigContentView != null) { in cloneInto()
2802 if (heavy && this.headsUpContentView != null) { in cloneInto()
2810 this.publicVersion.cloneInto(that.publicVersion, heavy); in cloneInto()
2826 if (!heavy) { in cloneInto()
/aosp14/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto43 optional int32 heavy = 4; field
H A Dbatterystats.proto739 // top > foreground service > foreground > background > top sleeping > heavy weight > cache
/aosp14/frameworks/base/core/proto/android/server/
H A Djobscheduler.proto185 // This is the job execution factor that is considered to be heavy use of
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java10415 StatusBarNotification heavy;
10420 heavy = sbn;
10426 sbnCloneLight = heavy.cloneLight();
10431 sbnClone = heavy.clone();
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt23566 field public static final String KEY_AAC_DRC_HEAVY_COMPRESSION = "aac-drc-heavy-compression";