HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_USER_ADDED (Results 1 - 25 of 26) sorted by null

1 2

  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
BaseDeviceOwnerTest.java 39 final static String ACTION_USER_ADDED = "com.android.cts.deviceowner.action.USER_ADDED";
64 sendUserAddedOrRemovedBroadcast(context, ACTION_USER_ADDED, userHandle);
CreateAndManageUserTest.java 286 localBroadcastManager.registerReceiver(receiver, new IntentFilter(ACTION_USER_ADDED));
  /frameworks/base/services/core/java/com/android/server/camera/
CameraServiceProxy.java 101 case Intent.ACTION_USER_ADDED:
168 filter.addAction(Intent.ACTION_USER_ADDED);
  /frameworks/base/core/java/android/app/admin/
DeviceAdminReceiver.java 334 public static final String ACTION_USER_ADDED = "android.app.action.USER_ADDED";
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
PermissionMonitor.java 88 if (Intent.ACTION_USER_ADDED.equals(action)) {
107 intentFilter.addAction(Intent.ACTION_USER_ADDED);
  /frameworks/base/services/core/java/com/android/server/om/
OverlayManagerService.java 23 import static android.content.Intent.ACTION_USER_ADDED;
248 userFilter.addAction(ACTION_USER_ADDED);
455 case ACTION_USER_ADDED:
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 157 broadcastFilter.addAction(Intent.ACTION_USER_ADDED);
244 if (Intent.ACTION_USER_ADDED.equals(action)
    [all...]
LockSettingsService.java 380 filter.addAction(Intent.ACTION_USER_ADDED);
518 if (Intent.ACTION_USER_ADDED.equals(intent.getAction())) {
    [all...]
InputMethodManagerService.java 824 } else if (Intent.ACTION_USER_ADDED.equals(action)
    [all...]
StorageManagerService.java 757 if (Intent.ACTION_USER_ADDED.equals(action)) {
    [all...]
ConnectivityService.java 797 intentFilter.addAction(Intent.ACTION_USER_ADDED);
    [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java     [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
UserSwitcherController.java 123 filter.addAction(Intent.ACTION_USER_ADDED);
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java 28 import static android.content.Intent.ACTION_USER_ADDED;
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java     [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 588 if (Intent.ACTION_USER_ADDED.equals(action)) {
589 sendUserAddedOrRemovedCommand(DeviceAdminReceiver.ACTION_USER_ADDED, userHandle);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 1298 milliseconds

1 2