Searched refs:alwaysRestrict (Results 1 – 1 of 1) sorted by relevance
6046 int callingPid, boolean alwaysRestrict, boolean disabledOnly, boolean forcedStandby) { in getAppStartModeLocked() argument6049 + packageName + " rec=" + uidRec + " always=" + alwaysRestrict + " idle=" in getAppStartModeLocked()6051 if (uidRec == null || alwaysRestrict || forcedStandby || uidRec.idle) { in getAppStartModeLocked()6071 final int startMode = (alwaysRestrict) in getAppStartModeLocked()