Searched refs:onIsActiveUnlockRunningChanged (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/ |
D | TrustRepositoryTest.kt | 237 listener.value.onIsActiveUnlockRunningChanged(true, users[0].id) in isCurrentUserActiveUnlockRunning_runningFirstBeforeUserInfoChanges_emitsCorrectValue() 254 listener.value.onIsActiveUnlockRunningChanged(true, users[0].id) in isCurrentUserActiveUnlockRunning_whenActiveUnlockRunningForCurrentUser_emitsNewValue() 257 listener.value.onIsActiveUnlockRunningChanged(false, users[0].id) in isCurrentUserActiveUnlockRunning_whenActiveUnlockRunningForCurrentUser_emitsNewValue() 260 listener.value.onIsActiveUnlockRunningChanged(true, users[0].id) in isCurrentUserActiveUnlockRunning_whenActiveUnlockRunningForCurrentUser_emitsNewValue()
|
/frameworks/base/core/java/android/app/trust/ |
D | ITrustListener.aidl | 32 void onIsActiveUnlockRunningChanged(boolean isRunning, int userId); in onIsActiveUnlockRunningChanged() method
|
D | TrustManager.java | 233 public void onIsActiveUnlockRunningChanged(boolean isRunning, int userId) { in registerTrustListener() 342 .onIsActiveUnlockRunningChanged(msg.arg1 != 0, msg.arg2); 388 void onIsActiveUnlockRunningChanged(boolean isRunning, int userId); in onIsActiveUnlockRunningChanged() method
|
/frameworks/base/tests/TrustTests/src/android/trust/test/lib/ |
D | TestTrustListener.kt | 43 override fun onIsActiveUnlockRunningChanged(isRunning: Boolean, userId: Int) { in onIsActiveUnlockRunningChanged() method in android.trust.test.lib.TestTrustListener
|
/frameworks/base/tests/TrustTests/src/android/trust/test/ |
D | IsActiveUnlockRunningTest.kt | 60 override fun onIsActiveUnlockRunningChanged(isRunning: Boolean, userId: Int) { in onIsActiveUnlockRunningChanged() method in android.trust.test.IsActiveUnlockRunningTest
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
D | TrustRepository.kt | 105 override fun onIsActiveUnlockRunningChanged( in <lambda>() method
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustManagerService.java | 1575 listener.onIsActiveUnlockRunningChanged(isRunning, userId); in notifyListenerIsActiveUnlockRunning()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 557 public void onIsActiveUnlockRunningChanged(boolean isRunning, int userId) { in onIsActiveUnlockRunningChanged() method in KeyguardUpdateMonitor
|