Searched refs:MAX_LOG_SIZE (Results 1 – 2 of 2) sorted by relevance
101 private static final int MAX_LOG_SIZE = 20; field in CarTrustAgentUnlockService577 if (mLogQueue.size() >= MAX_LOG_SIZE) { in queueMessageForLog()
88 private static final int MAX_LOG_SIZE = 20; field in CarTrustAgentEnrollmentService965 if (mLogQueue.size() >= MAX_LOG_SIZE) { in addEnrollmentServiceLog()