OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_USER_STARTED
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java
178
filter.addAction(Intent.
ACTION_USER_STARTED
);
258
} else if (Intent.
ACTION_USER_STARTED
.equals(action)) {
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
UserController.java
743
* <li>{@link Intent#
ACTION_USER_STARTED
} - sent to registered receivers of the new use
[
all
...]
ActivityManagerService.java
[
all
...]
/packages/apps/Settings/src/com/android/settings/applications/
RunningState.java
314
filter.addAction(Intent.
ACTION_USER_STARTED
);
[
all
...]
/frameworks/base/services/core/java/com/android/server/
ConnectivityService.java
[
all
...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java
492
|| Intent.
ACTION_USER_STARTED
.equals(action)
502
} else if (Intent.
ACTION_USER_STARTED
.equals(action)) {
[
all
...]
/frameworks/base/core/java/android/content/
Intent.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 725 milliseconds