OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_USER_REMOVED
(Results
26 - 43
of
43
) sorted by null
1
2
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java
407
intentFilter.addAction(Intent.
ACTION_USER_REMOVED
);
419
} else if (Intent.
ACTION_USER_REMOVED
.equals(action)) {
[
all
...]
/frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java
825
|| Intent.
ACTION_USER_REMOVED
.equals(action)) {
[
all
...]
StorageManagerService.java
761
} else if (Intent.
ACTION_USER_REMOVED
.equals(action)) {
[
all
...]
ConnectivityService.java
798
intentFilter.addAction(Intent.
ACTION_USER_REMOVED
);
[
all
...]
/frameworks/base/services/core/java/com/android/server/content/
SyncManager.java
413
if (Intent.
ACTION_USER_REMOVED
.equals(action)) {
566
intentFilter.addAction(Intent.
ACTION_USER_REMOVED
);
[
all
...]
/frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java
244
intentFilter.addAction(Intent.
ACTION_USER_REMOVED
);
251
} else if (Intent.
ACTION_USER_REMOVED
.equals(action)) {
[
all
...]
/frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java
26
import static android.content.Intent.
ACTION_USER_REMOVED
;
366
case
ACTION_USER_REMOVED
:
[
all
...]
/frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java
[
all
...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java
595
} else if (Intent.
ACTION_USER_REMOVED
.equals(action)) {
596
sendUserAddedOrRemovedCommand(DeviceAdminReceiver.
ACTION_USER_REMOVED
, userHandle);
[
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
android-all-4.3_r2-robolectric-0.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 677 milliseconds
1
2