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

1 2 3

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 47 Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action) ||
  /frameworks/support/v4/java/android/support/v4/content/
IntentCompat.java 122 public static final String ACTION_EXTERNAL_APPLICATIONS_AVAILABLE =
150 * {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_AVAILABLE},
159 * {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_AVAILABLE},
  /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 62 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
LauncherModel.java     [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java 51 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
372 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action)) {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 100 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
LauncherModel.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 78 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
NfcService.java 517 ownerFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 127 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 102 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
ApplicationsState.java 301 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
323 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(actionStr) ||
336 boolean avail = Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(actionStr);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 195 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 197 sdFilter.addAction(IntentCompat.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 100 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
AppWidgetServiceImpl.java 273 if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action)) {
    [all...]
BackupManagerService.java     [all...]
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 138 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 320 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/location-aware/libs/
android-support-v4.jar 

Completed in 705 milliseconds

1 2 3