Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java265 private boolean mThirdPartyAppsStarted; field in LockSettingsService
1011 mThirdPartyAppsStarted = true; in onThirdPartyAppsStarted()
2341 if (!mThirdPartyAppsStarted) { in createNewUser()
2360 if (!mThirdPartyAppsStarted) { in removeUser()
3263 pw.println("ThirdPartyAppsStarted: " + mThirdPartyAppsStarted);