Home
last modified time | relevance | path

Searched refs:ACTION_PACKAGE_ADDED (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
DPackageMonitor.java37 sPackageFilt.addAction(Intent.ACTION_PACKAGE_ADDED);
197 if (Intent.ACTION_PACKAGE_ADDED.equals(action)) { in onReceive()
/frameworks/base/services/java/com/android/server/net/
DNetworkPolicyManagerService.java26 import static android.content.Intent.ACTION_PACKAGE_ADDED;
322 packageFilter.addAction(ACTION_PACKAGE_ADDED); in systemReady()
370 if (ACTION_PACKAGE_ADDED.equals(action)) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java144 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED); in InstallReceiver()
151 if (!Intent.ACTION_PACKAGE_ADDED.equals(action)) { in notifyNow()
650 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in ReplaceReceiver()
667 } else if (Intent.ACTION_PACKAGE_ADDED.equals(action)) { in notifyNow()
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java115 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in RegisteredServicesCache()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DInputMethodsPanel.java111 mIntentFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in InputMethodsPanel()
/frameworks/base/services/java/com/android/server/
DAppWidgetService.java204 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in systemReady()
1430 added = Intent.ACTION_PACKAGE_ADDED.equals(action);
DBackupManagerService.java938 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in initPackageTracking()
1281 if (Intent.ACTION_PACKAGE_ADDED.equals(action) ||
1297 added = Intent.ACTION_PACKAGE_ADDED.equals(action);
/frameworks/base/core/java/android/content/
DIntent.java1394 public static final String ACTION_PACKAGE_ADDED = "android.intent.action.PACKAGE_ADDED"; field in Intent
/frameworks/base/core/java/android/webkit/
DWebView.java1170 if (Intent.ACTION_PACKAGE_ADDED.equals(action)) { in onReceive()
1179 pm.refreshPlugins(Intent.ACTION_PACKAGE_ADDED.equals(action)); in onReceive()
1199 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED); in setupPackageListener()
/frameworks/base/services/java/com/android/server/pm/
DPackageManagerService.java673 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED, in doHandleMessage()
4873 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED, addedPackage, in onEvent()
6900 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED, packageName, in deletePackageX()
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java11584 } else if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction())) { in broadcastIntentLocked()
11749 if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction()) in broadcastIntentLocked()
/frameworks/base/api/
Dcurrent.txt5453 …field public static final java.lang.String ACTION_PACKAGE_ADDED = "android.intent.action.PACKAGE_A…
D14.txt5453 …field public static final java.lang.String ACTION_PACKAGE_ADDED = "android.intent.action.PACKAGE_A…