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.java46 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
284 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) { in onReceive()
/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java326 || action.equals(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE)) {
328 if (action.equals(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE)) {
440 IntentFilter sdFilter = new IntentFilter(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in NotificationManagerService()
DAlarmManagerService.java804 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in UninstallReceiver()
822 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) { in onReceive()
DLocationManagerService.java543 IntentFilter sdFilter = new IntentFilter(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in initialize()
1898 || action.equals(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE)) {
1901 if (action.equals(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE)) {
DAppWidgetService.java212 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in systemReady()
1417 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
DBackupManagerService.java946 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in initPackageTracking()
1303 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java953 IntentFilter filter = new IntentFilter(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in SdUnMountReceiver()
959 if (!Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) { in notifyNow()
1348 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in MoveReceiver()
1355 if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) { in notifyNow()
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java123 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in RegisteredServicesCache()
/frameworks/base/core/java/android/content/
DIntent.java1598 public static final String ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE = field in Intent
/frameworks/base/docs/html/sdk/api_diff/8/
DmissingSinces.txt273 NO DOC BLOCK: android.content.Intent Field ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java11529 || Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(intent.getAction()) in broadcastIntentLocked()
11548 … if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(intent.getAction())) { in broadcastIntentLocked()
/frameworks/base/services/java/com/android/server/pm/
DPackageManagerService.java8192 : Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE; in sendResourcesChangedBroadcast()
/frameworks/base/api/
Dcurrent.txt5424 …field public static final java.lang.String ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE = "android.int…
D14.txt5424 …field public static final java.lang.String ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE = "android.int…