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

1 2 3

  /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/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsApplication.java 75 packageFilter.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 68 if (action.equals(Intent.ACTION_PACKAGE_ADDED)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java 178 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
197 if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction())) {
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RegisteredMediaRouteProviderWatcher.java 60 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
  /frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java 42 sPackageFilt.addAction(Intent.ACTION_PACKAGE_ADDED);
288 if (Intent.ACTION_PACKAGE_ADDED.equals(action)) {
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 98 (Intent.ACTION_PACKAGE_ADDED.equals(action) ||
116 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
  /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)
  /development/apps/Development/src/com/android/development/
PackageBrowser.java 180 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
  /frameworks/base/services/java/com/android/server/media/
RemoteDisplayProviderWatcher.java 79 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ResolveCache.java 78 final IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 94 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 71 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 95 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
ApplicationsState.java 294 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
311 if (Intent.ACTION_PACKAGE_ADDED.equals(actionStr)) {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 188 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 190 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 92 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 229 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
NotificationAccessSettings.java 149 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
NotificationStation.java 161 filter.addAction(Intent.ACTION_PACKAGE_ADDED);

Completed in 719 milliseconds

1 2 3