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

/frameworks/base/core/java/android/content/
H A DIntent.java538 * <li> {@link #ACTION_PACKAGE_REMOVED}
1823 * an {@link #ACTION_PACKAGE_REMOVED} broadcast for the same package.
1873 public static final String ACTION_PACKAGE_REMOVED = "android.intent.action.PACKAGE_REMOVED"; field in class:Intent
1877 * This is like {@link #ACTION_PACKAGE_REMOVED}, but only set when
3508 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED} or
3524 * extra in {@link android.content.Intent#ACTION_PACKAGE_REMOVED} or
3537 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}
3546 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}
3554 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}

Completed in 21 milliseconds