Searched refs:MAX_SESSION_COUNT_RESTRICTED (Results 1 – 1 of 1) sorted by relevance
2218 public int MAX_SESSION_COUNT_RESTRICTED = DEFAULT_MAX_SESSION_COUNT_RESTRICTED; field in QuotaController.QcConstants2322 MAX_SESSION_COUNT_RESTRICTED = mParser.getInt( in onChange()2466 int newRestrictedMaxSessionCount = Math.max(0, MAX_SESSION_COUNT_RESTRICTED); in updateConstants()2519 pw.printPair(KEY_MAX_SESSION_COUNT_RESTRICTED, MAX_SESSION_COUNT_RESTRICTED).println(); in dump()2564 proto.write(ConstantsProto.QuotaController.MAX_SESSION_COUNT_RESTRICTED, in dump()2565 MAX_SESSION_COUNT_RESTRICTED); in dump()