/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardClockSwitch.java | 132 private LogBuffer mLogBuffer = null; field in KeyguardClockSwitch 211 mLogBuffer = logBuffer; in setLogBuffer() 215 return mLogBuffer; in getLogBuffer() 234 if (mLogBuffer != null) { in setClock() 235 mLogBuffer.log(TAG, LogLevel.ERROR, "No clock being shown"); in setClock() 241 if (mLogBuffer != null) { in setClock() 242 mLogBuffer.log(TAG, LogLevel.INFO, "Attached new clock views to switch"); in setClock() 281 if (mLogBuffer != null) { in updateClockViews() 282 mLogBuffer.log(TAG, LogLevel.DEBUG, (msg) -> { in updateClockViews()
|
H A D | KeyguardVisibilityHelper.java | 56 private final LogBuffer mLogBuffer; field in KeyguardVisibilityHelper 69 mLogBuffer = logBuffer; in KeyguardVisibilityHelper() 73 if (mLogBuffer != null) { in log() 74 mLogBuffer.log(TAG, LogLevel.DEBUG, message); in log()
|
H A D | KeyguardClockSwitchController.java | 85 private final LogBuffer mLogBuffer; field in KeyguardClockSwitchController 173 mLogBuffer = logBuffer; in KeyguardClockSwitchController() 174 mView.setLogBuffer(mLogBuffer); in KeyguardClockSwitchController() 441 mLogBuffer.log(TAG, LogLevel.INFO, "refresh"); in refresh() 526 if (clock != null && mLogBuffer != null) { in setClock() 527 mLogBuffer.log(TAG, LogLevel.INFO, "New Clock"); in setClock()
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/condition/ |
H A D | Monitor.java | 45 private final TableLogBufferBase mLogBuffer; field in Monitor 174 mLogBuffer = logBuffer; in Monitor() 178 if (mLogBuffer != null) { in updateConditionMetState() 179 mLogBuffer.logChange(/* prefix= */ "", condition.getTag(), condition.getState()); in updateConditionMetState()
|
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/transport/ |
H A D | TransportConnection.java | 99 private final List<String> mLogBuffer = new LinkedList<>(); field in TransportConnection 626 if (mLogBuffer.size() == LOG_BUFFER_SIZE) { in saveLogEntry() 627 mLogBuffer.remove(mLogBuffer.size() - 1); in saveLogEntry() 629 mLogBuffer.add(0, message); in saveLogEntry() 635 return Collections.unmodifiableList(mLogBuffer); in getLogBuffer()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/condition/ |
H A D | ConditionMonitorTest.java | 65 private TableLogBufferBase mLogBuffer; field in ConditionMonitorTest 586 final Monitor monitor = new Monitor(mExecutor, Collections.emptySet(), mLogBuffer); in testLoggingCallback() 604 verify(mLogBuffer).logChange("", "FakeCondition", "True"); in testLoggingCallback() 609 verify(mLogBuffer).logChange("", "FakeCondition", "False"); in testLoggingCallback() 614 verify(mLogBuffer).logChange("", "FakeCondition", "Invalid"); in testLoggingCallback() 619 verify(mLogBuffer).logChange("", "FakeCondition[OVRD]", "True"); in testLoggingCallback()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardClockSwitchControllerBaseTest.java | 117 protected LogBuffer mLogBuffer; field in KeyguardClockSwitchControllerBaseTest 180 mLogBuffer, in setup()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/ |
H A D | DreamOverlayStatusBarViewControllerTest.java | 119 LogBuffer mLogBuffer = FakeLogBuffer.Factory.Companion.create(); field in DreamOverlayStatusBarViewControllerTest 154 mLogBuffer); in setup() 298 mLogBuffer); in testNotificationsIconNotShownWhenCountProviderAbsent()
|
H A D | DreamOverlayStateControllerTest.java | 63 private final LogBuffer mLogBuffer = FakeLogBuffer.Factory.Companion.create(); field in DreamOverlayStateControllerTest 416 mLogBuffer in getDreamOverlayStateController()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
H A D | NetworkControllerImpl.java | 136 private final LogBuffer mLogBuffer; field in NetworkControllerImpl 321 mLogBuffer = logBuffer; in NetworkControllerImpl() 762 mLogBuffer.log( in onReceive()
|