Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/webkit/
DWebViewUpdateService.java87 case Intent.ACTION_PACKAGE_ADDED: in onStart()
99 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in onStart()
/frameworks/base/services/core/java/com/android/server/connectivity/
DPermissionMonitor.java91 } else if (Intent.ACTION_PACKAGE_ADDED.equals(action)) { in PermissionMonitor()
111 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in startMonitoring()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DServiceMonitor.java178 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in start()
198 if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction())) { in packageIntent()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDocumentsApplication.java77 packageFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in onCreate()
/frameworks/base/core/java/com/android/internal/content/
DPackageMonitor.java43 sPackageFilt.addAction(Intent.ACTION_PACKAGE_ADDED);
306 if (Intent.ACTION_PACKAGE_ADDED.equals(action)) { in onReceive()
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DRegisteredMediaRouteProviderWatcher.java60 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in start()
/frameworks/base/services/core/java/com/android/server/tv/
DTvRemoteProviderWatcher.java73 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in start()
/frameworks/base/services/core/java/com/android/server/media/
DRemoteDisplayProviderWatcher.java79 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java161 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in registerPackageChangeReceivers()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileLifecycleManager.java262 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED); in startPackageListening()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
DSettingsDrawerActivity.java128 final IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED); in onResume()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java183 packageFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in onStart()
270 if (Intent.ACTION_PACKAGE_ADDED.equals(action) in onReceive()
275 Intent.ACTION_PACKAGE_ADDED.equals(action)) in onReceive()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1024 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED); in registerReceiver()
1046 if (Intent.ACTION_PACKAGE_ADDED.equals(actionStr)) { in onReceive()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java186 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED); in InstallReceiver()
193 if (!Intent.ACTION_PACKAGE_ADDED.equals(action)) { in notifyNow()
793 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in ReplaceReceiver()
810 } else if (Intent.ACTION_PACKAGE_ADDED.equals(action)) { in notifyNow()
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java153 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in RegisteredServicesCache()
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerService.java450 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in setEnabledStatusOfVrComponents()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java26 import static android.content.Intent.ACTION_PACKAGE_ADDED;
610 packageFilter.addAction(ACTION_PACKAGE_ADDED); in systemReady()
711 if (ACTION_PACKAGE_ADDED.equals(action)) {
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java264 packageFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in ContentService()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java349 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED); in systemRunning()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java688 if (action.equals(Intent.ACTION_PACKAGE_ADDED)
1032 pkgFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in onStart()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java266 packageFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in registerBroadcastReceiver()
388 added = Intent.ACTION_PACKAGE_ADDED.equals(action); in onPackageBroadcastReceived()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java1372 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in initPackageTracking()
1870 if (Intent.ACTION_PACKAGE_ADDED.equals(action) ||
1957 added = Intent.ACTION_PACKAGE_ADDED.equals(action);
/frameworks/base/core/java/android/content/
DIntent.java1966 public static final String ACTION_PACKAGE_ADDED = "android.intent.action.PACKAGE_ADDED"; field in Intent
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java508 || (Intent.ACTION_PACKAGE_ADDED.equals(action)
1595 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in DevicePolicyManagerService()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java1882 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED, packageName, in handlePackagePostInstall()
1890 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED, packageName, in handlePackagePostInstall()
11596 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED,
15682 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED, removedPackage,

12