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

1 2

  /frameworks/support/v4/java/android/support/v4/content/
IntentCompat.java 54 public static final String ACTION_EXTERNAL_APPLICATIONS_AVAILABLE =
82 * {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_AVAILABLE},
91 * {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_AVAILABLE},
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 47 Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action) ||
  /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) ||
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 60 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
LauncherModel.java 627 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action)) {
    [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java 52 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
298 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action)) {
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 75 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
NfcService.java 347 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
    [all...]
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 171 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
AppWidgetServiceImpl.java 229 if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action)) {
    [all...]
BackupManagerService.java     [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 268 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
290 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(actionStr) ||
303 boolean avail = Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(actionStr);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 193 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 196 sdFilter.addAction(IntentCompat.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 122 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeManager.java 305 sdFilter.addAction(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/bitmapfun/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 

Completed in 928 milliseconds

1 2