Home
last modified time | relevance | path

Searched refs:ACTION_USER_STOPPED (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java202 if (Intent.ACTION_USER_STOPPED.equals(intent.getAction()) && intent.getIntExtra( in ephemeralUserStopped()
207 }, new IntentFilter(Intent.ACTION_USER_STOPPED)); in ephemeralUserStopped()
/frameworks/base/core/java/com/android/internal/content/
DPackageMonitor.java51 sNonDataFilt.addAction(Intent.ACTION_USER_STOPPED);
406 } else if (Intent.ACTION_USER_STOPPED.equals(action)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java129 filter.addAction(Intent.ACTION_USER_STOPPED); in UserSwitcherController()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java747 userFilter.addAction(Intent.ACTION_USER_STOPPED); in registerBroadcastReceivers()
762 case Intent.ACTION_USER_STOPPED: { in registerBroadcastReceivers()
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java2839 sdFilter.addAction(Intent.ACTION_USER_STOPPED); in UninstallReceiver()
2860 } else if (Intent.ACTION_USER_STOPPED.equals(action)) { in onReceive()
DConnectivityService.java816 intentFilter.addAction(Intent.ACTION_USER_STOPPED); in ConnectivityService()
3934 } else if (Intent.ACTION_USER_STOPPED.equals(action)) {
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java723 Intent intent = new Intent(Intent.ACTION_USER_STOPPED);
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java438 } else if (Intent.ACTION_USER_STOPPED.equals(action)) {
631 intentFilter.addAction(Intent.ACTION_USER_STOPPED); in SyncManager()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java971 } else if (action.equals(Intent.ACTION_USER_STOPPED)) {
1364 filter.addAction(Intent.ACTION_USER_STOPPED); in onStart()
/frameworks/base/core/java/android/content/
DIntent.java3125 public static final String ACTION_USER_STOPPED = field in Intent