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

/frameworks/base/core/java/android/content/
H A DIntent.java547 * <li> {@link #ACTION_PACKAGE_REMOVED}
2108 * an {@link #ACTION_PACKAGE_REMOVED} broadcast for the same package.
2158 public static final String ACTION_PACKAGE_REMOVED = "android.intent.action.PACKAGE_REMOVED"; field in class:Intent
2162 * This is like {@link #ACTION_PACKAGE_REMOVED}, but only set when
4811 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED} or
4827 * extra in {@link android.content.Intent#ACTION_PACKAGE_REMOVED} or
4840 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}
4849 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}
4857 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}

Completed in 27 milliseconds