Searched refs:heavy (Results 1 – 9 of 9) sorted by relevance
70 by forking and specializing the zygote is a relatively heavy operation, so95 * A process with a scheduled broadcast desires to execute, but heavy CPU
809 final WindowProcessController heavy = mService.mHeavyWeightProcess; in resolveToHeavyWeightSwitcherIfNeeded() local810 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()
74 // Notification to tell the user that a heavy-weight application is running.
2721 public void cloneInto(Notification that, boolean heavy) { in cloneInto() argument2736 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()
43 optional int32 heavy = 4; field
739 // top > foreground service > foreground > background > top sleeping > heavy weight > cache
185 // This is the job execution factor that is considered to be heavy use of
10415 StatusBarNotification heavy;10420 heavy = sbn;10426 sbnCloneLight = heavy.cloneLight();10431 sbnClone = heavy.clone();
23566 field public static final String KEY_AAC_DRC_HEAVY_COMPRESSION = "aac-drc-heavy-compression";