Home
last modified time | relevance | path

Searched refs:onSecureKeyguardStateChanged (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/vold/
H A DVolumeManager.h115 int onSecureKeyguardStateChanged(bool isShowing);
H A DVoldNativeService.h51 binder::Status onSecureKeyguardStateChanged(bool isShowing);
H A DVoldNativeService.cpp228 binder::Status VoldNativeService::onSecureKeyguardStateChanged(bool isShowing) { in onSecureKeyguardStateChanged() function in android::vold::VoldNativeService
232 return translate(VolumeManager::Instance()->onSecureKeyguardStateChanged(isShowing)); in onSecureKeyguardStateChanged()
H A DVolumeManager.cpp482 int VolumeManager::onSecureKeyguardStateChanged(bool isShowing) { in onSecureKeyguardStateChanged() function in VolumeManager
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl41 void onSecureKeyguardStateChanged(boolean isShowing); in onSecureKeyguardStateChanged() method
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java1142 mVold.onSecureKeyguardStateChanged(mSecureKeyguardShowing); in resetIfBootedAndConnected()
1316 mVold.onSecureKeyguardStateChanged(mSecureKeyguardShowing); in onKeyguardStateChanged()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt40763 Landroid/os/IVold$Stub$Proxy;->onSecureKeyguardStateChanged(Z)V
40878 Landroid/os/IVold;->onSecureKeyguardStateChanged(Z)V