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

/frameworks/base/core/java/android/content/
H A DIntent.java517 * <li> {@link #ACTION_PACKAGE_REMOVED}
1515 * an {@link #ACTION_PACKAGE_REMOVED} broadcast for the same package.
1565 public static final String ACTION_PACKAGE_REMOVED = "android.intent.action.PACKAGE_REMOVED"; field in class:Intent
1569 * This is like {@link #ACTION_PACKAGE_REMOVED}, but only set when
2841 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED} or
2857 * extra in {@link android.content.Intent#ACTION_PACKAGE_REMOVED} or
2869 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}
2878 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}
2886 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}

Completed in 293 milliseconds