Searched refs:MAX_SESSION_COUNT_RESTRICTED (Results 1 – 1 of 1) sorted by relevance
3445 public int MAX_SESSION_COUNT_RESTRICTED = DEFAULT_MAX_SESSION_COUNT_RESTRICTED; field in QuotaController.QcConstants3753 MAX_SESSION_COUNT_RESTRICTED = in processConstantLocked()3755 int newRestrictedMaxSessionCount = Math.max(0, MAX_SESSION_COUNT_RESTRICTED); in processConstantLocked()4245 pw.print(KEY_MAX_SESSION_COUNT_RESTRICTED, MAX_SESSION_COUNT_RESTRICTED).println(); in dump()4315 proto.write(ConstantsProto.QuotaController.MAX_SESSION_COUNT_RESTRICTED, in dump()4316 MAX_SESSION_COUNT_RESTRICTED); in dump()