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