HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_PACKAGE_ADDED (Results 1 - 25 of 46) 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)
  /development/apps/Development/src/com/android/development/
PackageBrowser.java 180 IntentFilter filter = new IntentFilter(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/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 94 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);
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 25 import static android.content.Intent.ACTION_PACKAGE_ADDED;
365 packageFilter.addAction(ACTION_PACKAGE_ADDED);
441 if (ACTION_PACKAGE_ADDED.equals(action)) {
444 if (LOGV) Slog.v(TAG, "ACTION_PACKAGE_ADDED for uid=" + uid);
    [all...]
  /development/samples/Home/src/com/example/android/home/
Home.java 202 filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 130 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 175 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
182 if (!Intent.ACTION_PACKAGE_ADDED.equals(action)) {
794 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
811 } else if (Intent.ACTION_PACKAGE_ADDED.equals(action)) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodsPanel.java 111 mIntentFilter.addAction(Intent.ACTION_PACKAGE_ADDED);

Completed in 228 milliseconds

1 2