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

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 47 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
LauncherModel.java 348 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action)) {
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 48 Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action) ||
  /packages/apps/Contacts/src/com/android/contacts/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 45 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
273 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action)) {
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 228 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
248 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(actionStr) ||
261 boolean avail = Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(actionStr);
  /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...]
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 152 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
    [all...]
BackupManagerService.java 654 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
    [all...]
PackageManagerService.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 150 milliseconds