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

1 2

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 48 Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
  /frameworks/support/v4/java/android/support/v4/content/
IntentCompat.java 145 public static final String ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE =
151 * {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE}
160 * {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE}
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 100 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
132 Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
136 Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 63 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
LauncherModel.java     [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java 55 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
394 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 79 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
NfcService.java 422 ownerFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 103 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
ApplicationsState.java 302 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
324 Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(actionStr)) {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 196 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 198 sdFilter.addAction(IntentCompat.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 103 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
AlarmManagerService.java     [all...]
NotificationManagerService.java     [all...]
DevicePolicyManagerService.java 169 || Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
517 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
    [all...]
AppWidgetServiceImpl.java 273 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
    [all...]
BackupManagerService.java     [all...]
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 139 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 322 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
    [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 733 milliseconds

1 2