HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_EXTERNAL_APPLICATIONS_AVAILABLE (Results 1 - 25 of 72) sorted by null

1 2 3

  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 99 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
131 Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action) ||
135 if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action) ||
  /frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java 55 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
415 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action)) {
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 78 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
NfcService.java 469 IntentFilter ownerFilter = new IntentFilter(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/appops/
AppOpsCategory.java 99 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 195 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
LoaderCustomSupport.java 195 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 167 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
195 if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action)
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeManager.java 394 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
  /packages/apps/Dialer/java/com/android/contacts/common/model/
AccountTypeManager.java 297 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 157 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
RegisteredNfcFServicesCache.java 165 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionService.java 459 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
483 case Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE:
492 // ACTION_EXTERNAL_APPLICATIONS_AVAILABLE will be also called with
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java     [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java 304 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
402 case Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE:
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 

Completed in 1168 milliseconds

1 2 3