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

1 2

  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
BaseDeviceOwnerTest.java 40 final static String ACTION_USER_REMOVED = "com.android.cts.deviceowner.action.USER_REMOVED";
69 sendUserAddedOrRemovedBroadcast(context, ACTION_USER_REMOVED, userHandle);
CreateAndManageUserTest.java 295 localBroadcastManager.registerReceiver(receiver, new IntentFilter(ACTION_USER_REMOVED));
  /frameworks/base/services/core/java/com/android/server/camera/
CameraServiceProxy.java 102 case Intent.ACTION_USER_REMOVED:
169 filter.addAction(Intent.ACTION_USER_REMOVED);
  /frameworks/base/services/core/java/com/android/server/webkit/
WebViewUpdateService.java 98 case Intent.ACTION_USER_REMOVED:
119 userAddedFilter.addAction(Intent.ACTION_USER_REMOVED);
  /packages/services/Telecomm/src/com/android/server/telecom/
DefaultDialerCache.java 97 if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) {
101 Log.w(LOG_TAG, "Expected EXTRA_USER_HANDLE with ACTION_USER_REMOVED");
156 IntentFilter userRemovedFilter = new IntentFilter(Intent.ACTION_USER_REMOVED);
  /frameworks/base/core/java/android/app/admin/
DeviceAdminReceiver.java 344 public static final String ACTION_USER_REMOVED = "android.app.action.USER_REMOVED";
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
PermissionMonitor.java 90 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
108 intentFilter.addAction(Intent.ACTION_USER_REMOVED);
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerTest.java 73 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_REMOVED);
79 case Intent.ACTION_USER_REMOVED:
  /frameworks/base/services/core/java/com/android/server/om/
OverlayManagerService.java 24 import static android.content.Intent.ACTION_USER_REMOVED;
249 userFilter.addAction(ACTION_USER_REMOVED);
465 case ACTION_USER_REMOVED:
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DefaultDialerCacheTest.java 153 Intent userRemovalIntent = new Intent(Intent.ACTION_USER_REMOVED);
  /packages/apps/Settings/src/com/android/settings/users/
UserSettings.java 168 if (intent.getAction().equals(Intent.ACTION_USER_REMOVED)) {
228 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_REMOVED);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 158 broadcastFilter.addAction(Intent.ACTION_USER_REMOVED);
245 || Intent.ACTION_USER_REMOVED.equals(action)) {
    [all...]
LockSettingsService.java 382 filter.addAction(Intent.ACTION_USER_REMOVED);
531 } else if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) {
    [all...]
TelephonyRegistry.java 353 filter.addAction(Intent.ACTION_USER_REMOVED);
    [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/services/core/java/com/android/server/net/
NetworkStatsService.java 26 import static android.content.Intent.ACTION_USER_REMOVED;
358 final IntentFilter userFilter = new IntentFilter(ACTION_USER_REMOVED);
    [all...]
NetworkPolicyManagerService.java 29 import static android.content.Intent.ACTION_USER_REMOVED;
    [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java 196 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_REMOVED);
288 if (Intent.ACTION_USER_REMOVED.equals(action)) {
    [all...]
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 169 sdFilter.addAction(Intent.ACTION_USER_REMOVED);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
UserSwitcherController.java 124 filter.addAction(Intent.ACTION_USER_REMOVED);
    [all...]
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerService.java 558 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 749 userFilter.addAction(Intent.ACTION_USER_REMOVED);
759 case Intent.ACTION_USER_REMOVED: {
    [all...]

Completed in 1849 milliseconds

1 2