Searched refs:ACTION_PACKAGE_REMOVED_INTERNAL (Results 1 – 3 of 3) sorted by relevance
955 sendPackageBroadcastAndNotify(Intent.ACTION_PACKAGE_REMOVED_INTERNAL, in sendPackageRemovedBroadcasts()
442 filter.addAction(Intent.ACTION_PACKAGE_REMOVED_INTERNAL); in startWatchingPackageBroadcasts()2428 if (Intent.ACTION_PACKAGE_REMOVED_INTERNAL.equals(action)) { in onReceive()
2772 public static final String ACTION_PACKAGE_REMOVED_INTERNAL = field in Intent