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

1 2

  /external/svox/pico/src/com/svox/pico/
VoiceDataInstallerReceiver.java 35 if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction())
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 34 Intent.ACTION_PACKAGE_ADDED,
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PackagesMonitor.java 63 if (Intent.ACTION_PACKAGE_ADDED.equals(action)) {
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 44 else if (Intent.ACTION_PACKAGE_ADDED.equals(action) ||
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RegisteredMediaRouteProviderWatcher.java 52 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 56 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 67 if (action.equals(Intent.ACTION_PACKAGE_ADDED)) {
  /frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java 45 sPackageFilt.addAction(Intent.ACTION_PACKAGE_ADDED);
299 if (Intent.ACTION_PACKAGE_ADDED.equals(action)) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 93 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
129 || Intent.ACTION_PACKAGE_ADDED.equals(action)