Home
last modified time | relevance | path

Searched refs:ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
DPackageMonitor.java88 mExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in PackageMonitor()
458 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) { in onReceive()
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java177 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in RegisteredServicesCache()
199 || Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action); in handlePackageEvent()
211 || Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) { in handlePackageEvent()
/frameworks/base/services/core/java/com/android/server/pm/
DBroadcastHelper.java183 : Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE; in sendResourcesChangedBroadcast()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1502 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in registerReceiver()
1537 Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(actionStr)) { in onReceive()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageManagerTests.java1145 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in MoveReceiver()
1152 if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) { in notifyNow()
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java985 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in initPackageTracking()
1365 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java335 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in registerBroadcastReceiver()
379 case Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE: in onPackageBroadcastReceived()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java5281 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in UninstallReceiver()
5329 case Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE: in onReceive()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1729 || action.equals(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE)
1740 if (action.equals(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE)) {
2477 IntentFilter sdFilter = new IntentFilter(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in init()
/frameworks/base/core/java/android/content/
DIntent.java3155 public static final String ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE = field in Intent
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java14708 case Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE: in broadcastIntentLockedTraced()
14740 case Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE: in broadcastIntentLockedTraced()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1222 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
2128 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in DevicePolicyManagerService()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7617 …field public static final java.lang.String ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE = "android.int…
/frameworks/base/core/api/
Dcurrent.txt10835 …field public static final String ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE = "android.intent.action…