Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DSystemServerAdapter.java113 filter.addAction(Intent.ACTION_USER_STARTED); in registerUserStartedReceiver()
117 if (Intent.ACTION_USER_STARTED.equals(intent.getAction())) { in registerUserStartedReceiver()
/aosp12/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateService.java97 case Intent.ACTION_USER_STARTED: in onStart()
120 userAddedFilter.addAction(Intent.ACTION_USER_STARTED); in onStart()
/aosp12/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DUserLifecycleTests.java162 registerBroadcastReceiver(Intent.ACTION_USER_STARTED, latch, userId); in createAndStartUser()
183 registerBroadcastReceiver(Intent.ACTION_USER_STARTED, latch, userId); in startUser()
277 registerBroadcastReceiver(Intent.ACTION_USER_STARTED, latch, userId); in stopUser()
/aosp12/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminReceiver.java358 public static final String ACTION_USER_STARTED = "android.app.action.USER_STARTED"; field in DeviceAdminReceiver
1234 } else if (ACTION_USER_STARTED.equals(action)) { in onReceive()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DCertificateMonitor.java67 filter.addAction(Intent.ACTION_USER_STARTED); in CertificateMonitor()
H A DDevicePolicyManagerService.java868 if (Intent.ACTION_USER_STARTED.equals(action) && userHandle == UserHandle.USER_SYSTEM) {
915 } else if (Intent.ACTION_USER_STARTED.equals(action)) {
916 sendDeviceOwnerUserCommand(DeviceAdminReceiver.ACTION_USER_STARTED, userHandle);
1804 filter.addAction(Intent.ACTION_USER_STARTED); in DevicePolicyManagerService()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DVpnManagerService.java652 intentFilter.addAction(Intent.ACTION_USER_STARTED); in registerReceivers()
705 if (Intent.ACTION_USER_STARTED.equals(action)) {
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java132 Intent.ACTION_USER_STARTED,
137 Intent.ACTION_USER_STARTED,
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceMigrationTest.java458 sendBroadcastWithUser(dpms, Intent.ACTION_USER_STARTED, USER_SYSTEM); in testCompMigration_keepSuspendedAppsWhenDpcIsRPlus()
/aosp12/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java1456 } else if (Intent.ACTION_USER_ADDED.equals(action) || Intent.ACTION_USER_STARTED.equals( in onReceive()
1498 filter.addAction(Intent.ACTION_USER_STARTED); in register()
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java294 filter.addAction(Intent.ACTION_USER_STARTED); in onStart()
485 } else if (Intent.ACTION_USER_STARTED.equals(action)) { in onReceive()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningState.java319 filter.addAction(Intent.ACTION_USER_STARTED); in register()
/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java281 intentFilter.addAction(Intent.ACTION_USER_STARTED); in registerBroadcastReceivers()
291 } else if (Intent.ACTION_USER_STARTED.equals(action)) { in registerBroadcastReceivers()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java1601 Intent intent = new Intent(Intent.ACTION_USER_STARTED);
H A DActivityManagerService.java7714 Intent intent = new Intent(Intent.ACTION_USER_STARTED); in systemReady()
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java3764 public static final String ACTION_USER_STARTED = field in Intent
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2437 Landroid/app/admin/DeviceAdminReceiver;->ACTION_USER_STARTED:Ljava/lang/String;
13439 Landroid/content/Intent;->ACTION_USER_STARTED:Ljava/lang/String;