Searched refs:ACTION_USER_REMOVED (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraService.java83 case Intent.ACTION_USER_REMOVED:
138 filter.addAction(Intent.ACTION_USER_REMOVED);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPermissionMonitor.java89 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
107 intentFilter.addAction(Intent.ACTION_USER_REMOVED);
H A DVpn.java161 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
169 intentFilter.addAction(Intent.ACTION_USER_REMOVED);
/frameworks/base/services/core/java/com/android/server/clipboard/
H A DClipboardService.java113 userFilter.addAction(Intent.ACTION_USER_REMOVED);
118 if (Intent.ACTION_USER_REMOVED.equals(action)) {
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java42 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_REMOVED);
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchManagerService.java82 new IntentFilter(Intent.ACTION_USER_REMOVED));
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsService.java95 filter.addAction(Intent.ACTION_USER_REMOVED);
125 } else if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) {
H A DTextServicesManagerService.java99 broadcastFilter.addAction(Intent.ACTION_USER_REMOVED);
210 || Intent.ACTION_USER_REMOVED.equals(action)) {
H A DTelephonyRegistry.java348 filter.addAction(Intent.ACTION_USER_REMOVED);
H A DInputMethodManagerService.java505 || Intent.ACTION_USER_REMOVED.equals(action)) {
806 broadcastFilter.addAction(Intent.ACTION_USER_REMOVED);
H A DMountService.java683 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
1416 userFilter.addAction(Intent.ACTION_USER_REMOVED);
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java159 } else if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) {
341 final IntentFilter userFilter = new IntentFilter(Intent.ACTION_USER_REMOVED);
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java918 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
949 filter.addAction(Intent.ACTION_USER_REMOVED);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java1005 userFilter.addAction(Intent.ACTION_USER_REMOVED);
1055 } else if (Intent.ACTION_USER_REMOVED.equals(actionStr)) {
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java26 import static android.content.Intent.ACTION_USER_REMOVED;
327 final IntentFilter userFilter = new IntentFilter(ACTION_USER_REMOVED);
H A DNetworkPolicyManagerService.java29 import static android.content.Intent.ACTION_USER_REMOVED;
502 userFilter.addAction(ACTION_USER_REMOVED);
626 case ACTION_USER_REMOVED:
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java175 IntentFilter userActions = new IntentFilter(Intent.ACTION_USER_REMOVED);
235 if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java543 userFilter.addAction(Intent.ACTION_USER_REMOVED);
553 case Intent.ACTION_USER_REMOVED: {
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java512 userFilter.addAction(Intent.ACTION_USER_REMOVED);
518 if (Intent.ACTION_USER_REMOVED.equals(action)) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1413 intentFilter.addAction(Intent.ACTION_USER_REMOVED);
1431 case Intent.ACTION_USER_REMOVED: {
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java167 sdFilter.addAction(Intent.ACTION_USER_REMOVED);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java105 filter.addAction(Intent.ACTION_USER_REMOVED);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java264 intentFilter.addAction(Intent.ACTION_USER_REMOVED);
271 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java351 intentFilter.addAction(Intent.ACTION_USER_REMOVED);
361 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java310 userFilter.addAction(Intent.ACTION_USER_REMOVED);
316 if (Intent.ACTION_USER_REMOVED.equals(action)) {

Completed in 649 milliseconds

12