Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DIExperimentalCarKeyguardLockedStateListener.aidl27 void onKeyguardLockedStateChanged(boolean isKeyguardLocked); in onKeyguardLockedStateChanged() method
/packages/services/Car/car-builtin-lib/src/android/car/builtin/keyguard/
DKeyguardServiceDelegate.java127 mLockedStateCallback.onKeyguardLockedStateChanged(showing); in KeyguardServiceDelegate()
278 void onKeyguardLockedStateChanged(boolean isKeyguardLocked); in onKeyguardLockedStateChanged() method
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/systemui/keyguard/
DExperimentalCarKeyguardServiceTest.java278 callbackCaptor.getValue().onKeyguardLockedStateChanged(true); in onLockedStateChanged_notifiesListener()
280 verify(listener).onKeyguardLockedStateChanged(true); in onLockedStateChanged_notifiesListener()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DWifiDialogActivityTest.java338 lockScreenMonitor.onKeyguardLockedStateChanged(false /* isKeyguardLocked */); in onKeyguardLockedStateChanged_keyguardIsNotLocked_doNotDismissDialog()
348 lockScreenMonitor.onKeyguardLockedStateChanged(true /* isKeyguardLocked */); in onKeyguardLockedStateChanged_keyguardIsLocked_dismissDialog()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
DUserSwitchTransitionViewController.java274 public void onKeyguardLockedStateChanged(boolean isKeyguardLocked) { in setupKeyguardShownTimeout()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/userswitcher/
DUserSwitchTransitionViewControllerTest.java321 lockedStateListenerCaptor.getValue().onKeyguardLockedStateChanged(true); in setupKeyguardShownTimeout_keyguardNotLocked_addTimeout()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiDialogActivity.java472 public void onKeyguardLockedStateChanged(boolean isKeyguardLocked) { in onKeyguardLockedStateChanged() method in WifiDialogActivity.LockScreenMonitor
/packages/services/Car/service/src/com/android/car/systemui/keyguard/
DExperimentalCarKeyguardService.java436 listener.onKeyguardLockedStateChanged(isKeyguardLocked); in KeyguardState()
/packages/services/Car/car-builtin-lib/api/
Dmodule-lib-current.txt208 method public void onKeyguardLockedStateChanged(boolean);
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java3287 public void onKeyguardLockedStateChanged(boolean isKeyguardLocked) {