Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/webkit/
DWebViewUpdateService.java95 case Intent.ACTION_USER_STARTED: in onStart()
118 userAddedFilter.addAction(Intent.ACTION_USER_STARTED); in onStart()
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java107 registerBroadcastReceiver(Intent.ACTION_USER_STARTED, latch, userInfo.id); in createAndStartUser()
181 registerBroadcastReceiver(Intent.ACTION_USER_STARTED, latch, userInfo.id); in stopUser()
/frameworks/base/core/java/android/app/admin/
DDeviceAdminReceiver.java356 public static final String ACTION_USER_STARTED = "android.app.action.USER_STARTED"; field in DeviceAdminReceiver
1078 } else if (ACTION_USER_STARTED.equals(action)) { in onReceive()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DCertificateMonitor.java71 filter.addAction(Intent.ACTION_USER_STARTED); in CertificateMonitor()
DDevicePolicyManagerService.java758 if (Intent.ACTION_USER_STARTED.equals(action)
814 } else if (Intent.ACTION_USER_STARTED.equals(action)) {
815 sendDeviceOwnerUserCommand(DeviceAdminReceiver.ACTION_USER_STARTED, userHandle);
2256 filter.addAction(Intent.ACTION_USER_STARTED); in DevicePolicyManagerService()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java119 Intent.ACTION_USER_STARTED,
124 Intent.ACTION_USER_STARTED,
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java235 filter.addAction(Intent.ACTION_USER_STARTED); in onStart()
301 } else if (Intent.ACTION_USER_STARTED.equals(action)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java1177 Intent intent = new Intent(Intent.ACTION_USER_STARTED);
DActivityManagerService.java9092 Intent intent = new Intent(Intent.ACTION_USER_STARTED); in systemReady()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java977 intentFilter.addAction(Intent.ACTION_USER_STARTED); in ConnectivityService()
4905 if (Intent.ACTION_USER_STARTED.equals(action)) {
/frameworks/base/core/java/android/content/
DIntent.java3537 public static final String ACTION_USER_STARTED = field in Intent
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2676 Landroid/app/admin/DeviceAdminReceiver;->ACTION_USER_STARTED:Ljava/lang/String;
14351 Landroid/content/Intent;->ACTION_USER_STARTED:Ljava/lang/String;