Home | History | Annotate | Download | only in pm

Lines Matching refs:ACTION_PACKAGE_REMOVED

642             filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED);
658 if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
770 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED);
777 if (!Intent.ACTION_PACKAGE_REMOVED.equals(action)) {