Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/proximity_auth/
H A Dproximity_auth_system.cc44 const AccountId& focused_account_id = in Start() local
45 ScreenlockBridge::Get()->focused_account_id(); in Start()
46 if (focused_account_id.is_valid()) in Start()
47 OnFocusedUserChanged(focused_account_id); in Start()
71 const AccountId& focused_account_id = in SetRemoteDevicesForUser() local
73 if (focused_account_id.is_valid()) in SetRemoteDevicesForUser()
74 OnFocusedUserChanged(focused_account_id); in SetRemoteDevicesForUser()
126 const AccountId& focused_account_id = in OnScreenDidLock() local
127 ScreenlockBridge::Get()->focused_account_id(); in OnScreenDidLock()
128 if (focused_account_id.is_valid()) in OnScreenDidLock()
[all …]
H A Dscreenlock_bridge.h170 const AccountId& focused_account_id() const { return focused_account_id_; } in focused_account_id() function
H A Dproximity_auth_system_unittest.cc263 ScreenlockBridge::Get()->focused_account_id().GetUserEmail()); in TEST_F()
282 ScreenlockBridge::Get()->focused_account_id().GetUserEmail()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_service_signin_chromeos.cc308 if (screenlock_bridge->focused_account_id().is_valid()) in InitializeInternal()
309 OnFocusedUserChanged(screenlock_bridge->focused_account_id()); in InitializeInternal()