Searched defs:ACTION_PACKAGE_REMOVED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntent.java536 * <li> {@link #ACTION_PACKAGE_REMOVED}
1664 * an {@link #ACTION_PACKAGE_REMOVED} broadcast for the same package.
1714 public static final String ACTION_PACKAGE_REMOVED = "android.intent.action.PACKAGE_REMOVED"; field in class:Intent
1718 * This is like {@link #ACTION_PACKAGE_REMOVED}, but only set when
3232 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED} or
3248 * extra in {@link android.content.Intent#ACTION_PACKAGE_REMOVED} or
3260 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}
3269 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}
3277 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}

Completed in 21 milliseconds