Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsInternal.java60 public abstract void onThirdPartyAppsStarted(); in onThirdPartyAppsStarted() method in LockSettingsInternal
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java970 private void onThirdPartyAppsStarted() { in onThirdPartyAppsStarted() method in LockSettingsService
3441 public void onThirdPartyAppsStarted() {
3442 LockSettingsService.this.onThirdPartyAppsStarted();
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java3181 lockSettingsInternal.onThirdPartyAppsStarted(); in startOtherServices()