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

/frameworks/base/core/java/android/content/
H A DIntent.java522 * <li> {@link #ACTION_PACKAGE_REMOVED}
1556 * an {@link #ACTION_PACKAGE_REMOVED} broadcast for the same package.
1606 public static final String ACTION_PACKAGE_REMOVED = "android.intent.action.PACKAGE_REMOVED"; field in class:Intent
1610 * This is like {@link #ACTION_PACKAGE_REMOVED}, but only set when
3078 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED} or
3094 * extra in {@link android.content.Intent#ACTION_PACKAGE_REMOVED} or
3106 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}
3115 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}
3123 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}

Completed in 83 milliseconds