Searched refs:BAL_ALLOW_GRACE_PERIOD (Results 1 – 4 of 4) sorted by relevance
22 import static com.android.server.wm.BackgroundActivityStartController.BAL_ALLOW_GRACE_PERIOD;187 assertThat(balVerdict.getCode()).isEqualTo(BAL_ALLOW_GRACE_PERIOD); in testGracePeriod()
27 import static com.android.server.wm.BackgroundActivityStartController.BAL_ALLOW_GRACE_PERIOD;144 return new BalVerdict(BAL_ALLOW_GRACE_PERIOD, /*background*/ true, in areBackgroundActivityStartsAllowed()
139 BAL_ALLOW_GRACE_PERIOD,183 static final int BAL_ALLOW_GRACE_PERIOD = field in BackgroundActivityStartController204 case BAL_ALLOW_GRACE_PERIOD -> "BAL_ALLOW_GRACE_PERIOD"; in balCodeToString()1591 if (balCode == BAL_ALLOW_GRACE_PERIOD) { in allowedByAsmGracePeriod()
91 BAL_ALLOW_GRACE_PERIOD = 8; enumerator