Searched refs:ACTION_PACKAGE_ADDED (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsApplication.java75 packageFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java178 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
197 if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction())) {
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProviderWatcher.java60 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java42 sPackageFilt.addAction(Intent.ACTION_PACKAGE_ADDED);
288 if (Intent.ACTION_PACKAGE_ADDED.equals(action)) {
/frameworks/base/services/java/com/android/server/media/
H A DRemoteDisplayProviderWatcher.java79 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java92 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
H A DNotificationManagerService.java1156 if (action.equals(Intent.ACTION_PACKAGE_ADDED)
1359 pkgFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
H A DBackupManagerService.java1102 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
1505 if (Intent.ACTION_PACKAGE_ADDED.equals(action) ||
1515 added = Intent.ACTION_PACKAGE_ADDED.equals(action);
H A DAppWidgetServiceImpl.java289 added = Intent.ACTION_PACKAGE_ADDED.equals(action);
H A DDevicePolicyManagerService.java563 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java25 import static android.content.Intent.ACTION_PACKAGE_ADDED;
364 packageFilter.addAction(ACTION_PACKAGE_ADDED);
440 if (ACTION_PACKAGE_ADDED.equals(action)) {
443 if (LOGV) Slog.v(TAG, "ACTION_PACKAGE_ADDED for uid=" + uid);
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java130 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java175 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)) {
/frameworks/base/media/java/android/media/
H A DMediaFocusControl.java110 pkgFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
924 } else if (action.equals(Intent.ACTION_PACKAGE_ADDED)
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java294 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
/frameworks/base/core/java/android/content/
H A DIntent.java520 * <li> {@link #ACTION_PACKAGE_ADDED}
1563 public static final String ACTION_PACKAGE_ADDED = "android.intent.action.PACKAGE_ADDED"; field in class:Intent
1599 * by an {@link #ACTION_PACKAGE_ADDED} broadcast for the same package.
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java843 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED,
850 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED,
6499 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED, addedPackage,
6578 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED,
9307 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED, packageName,
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java13427 } else if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction())) {
13580 if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction())

Completed in 506 milliseconds