Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java134 Intent.ACTION_USER_STARTING);
139 Intent.ACTION_USER_STARTING);
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomSystem.java87 new IntentFilter(Intent.ACTION_USER_STARTING);
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java580 filter.addAction(Intent.ACTION_USER_STARTING); in LockSettingsService()
806 } else if (Intent.ACTION_USER_STARTING.equals(intent.getAction())) {
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/
H A DConnectivityService.java823 intentFilter.addAction(Intent.ACTION_USER_STARTING); in ConnectivityService()
5255 if (Intent.ACTION_USER_STARTING.equals(action)) {
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java1623 Intent intent = new Intent(Intent.ACTION_USER_STARTING);
H A DActivityManagerService.java7722 intent = new Intent(Intent.ACTION_USER_STARTING); in systemReady()
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java3781 public static final String ACTION_USER_STARTING = field in Intent
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13440 Landroid/content/Intent;->ACTION_USER_STARTING:Ljava/lang/String;