Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryFaceAuthInteractor.kt97 fun onRunningStateChanged(isRunning: Boolean) in canFaceAuthRun() method
DSystemUIDeviceEntryFaceAuthInteractor.kt324 .onEach { running -> listeners.forEach { it.onRunningStateChanged(running) } } in <lambda>()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1129 session.mCallbacks.onRunningStateChanged( in handleMessage()
1601 void onRunningStateChanged(boolean running); in onRunningStateChanged() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1327 public void onRunningStateChanged(boolean isRunning) {