Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java313 private boolean mThirdPartyAppsStarted; field in LockSettingsService
1161 mThirdPartyAppsStarted = true; in onThirdPartyAppsStarted()
2558 if (!mThirdPartyAppsStarted) { in createNewUser()
2577 if (!mThirdPartyAppsStarted) { in removeUser()
3504 pw.println("ThirdPartyAppsStarted: " + mThirdPartyAppsStarted);