Searched defs:isShowing (Results 1 - 3 of 3) sorted by relevance

/system/vold/
H A DVolumeManager.cpp394 int VolumeManager::onSecureKeyguardStateChanged(bool isShowing) { argument
395 mSecureKeyguardShowing = isShowing;
H A DVoldNativeService.cpp278 binder::Status VoldNativeService::onSecureKeyguardStateChanged(bool isShowing) { argument
282 return translate(VolumeManager::Instance()->onSecureKeyguardStateChanged(isShowing));
/system/security/keystore/
H A Dkey_store_service.cpp2291 Status KeyStoreService::onKeyguardVisibilityChanged(bool isShowing, int32_t userId, argument
2293 enforcement_policy.set_device_locked(isShowing, userId);
2294 if (!isShowing) {

Completed in 69 milliseconds