Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitch.java132 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 DKeyguardVisibilityHelper.java56 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 DKeyguardClockSwitchController.java85 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 DMonitor.java45 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 DTransportConnection.java99 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 DConditionMonitorTest.java65 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 DKeyguardClockSwitchControllerBaseTest.java117 protected LogBuffer mLogBuffer; field in KeyguardClockSwitchControllerBaseTest
180 mLogBuffer, in setup()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayStatusBarViewControllerTest.java119 LogBuffer mLogBuffer = FakeLogBuffer.Factory.Companion.create(); field in DreamOverlayStatusBarViewControllerTest
154 mLogBuffer); in setup()
298 mLogBuffer); in testNotificationsIconNotShownWhenCountProviderAbsent()
H A DDreamOverlayStateControllerTest.java63 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 DNetworkControllerImpl.java136 private final LogBuffer mLogBuffer; field in NetworkControllerImpl
321 mLogBuffer = logBuffer; in NetworkControllerImpl()
762 mLogBuffer.log( in onReceive()