Home
last modified time | relevance | path

Searched refs:MAX_LOG_SIZE (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentUnlockService.java100 private static final int MAX_LOG_SIZE = 20; field in CarTrustAgentUnlockService
494 if (mLogQueue.size() >= MAX_LOG_SIZE) { in queueMessageForLog()
DCarTrustAgentEnrollmentService.java101 private static final int MAX_LOG_SIZE = 20; field in CarTrustAgentEnrollmentService
1052 if (mLogQueue.size() >= MAX_LOG_SIZE) { in addEnrollmentServiceLog()