Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/cert/
H A Dlogging_client_interceptor.py61 TAG_MIN_WIDTH = 24 variable in LoggingClientInterceptor
68 if tagLength < self.TAG_MIN_WIDTH:
69 self.inLogTag += " " * (self.TAG_MIN_WIDTH - tagLength)
70 self.outLogTag += " " * (self.TAG_MIN_WIDTH - tagLength)