Searched refs:ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE (Results 1 - 13 of 13) sorted by relevance

/frameworks/support/v4/java/android/support/v4/content/
H A DIntentCompat.java145 public static final String ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE = field in class:IntentCompat
151 * {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE}
160 * {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE}
/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java51 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
387 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java162 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
178 || Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action);
190 || Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java1000 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
1033 Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(actionStr)) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java1131 IntentFilter filter = new IntentFilter(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
1137 if (!Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
1554 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
1561 if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java2452 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
2472 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java693 || action.equals(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE)) {
700 if (action.equals(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE)) {
967 IntentFilter sdFilter = new IntentFilter(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java246 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
331 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java376 || Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
1067 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
/frameworks/base/core/java/android/content/
H A DIntent.java2057 public static final String ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE = field in class:Intent
3650 * {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE}
3659 * {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE}
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1273 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
1855 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java16539 case Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE:
16566 case Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE:
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java15486 : Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE;

Completed in 4662 milliseconds