Searched refs:ACTION_UID_REMOVED (Results 1 – 12 of 12) sorted by relevance
65 if (Intent.ACTION_UID_REMOVED.equals(intent.getAction())) {145 mContext.registerReceiver(mUninstallListener, new IntentFilter(Intent.ACTION_UID_REMOVED)); in registerUninstallListener()
78 mNonDataFilt.addAction(Intent.ACTION_UID_REMOVED); in PackageMonitor()440 } else if (Intent.ACTION_UID_REMOVED.equals(action)) { in onReceive()
161 mPackageSender.sendPackageBroadcast(Intent.ACTION_UID_REMOVED, in sendPackageRemovedBroadcastInternal()
32 import static android.content.Intent.ACTION_UID_REMOVED;349 new IntentFilter(ACTION_UID_REMOVED), null, mHandler); in onStart()
380 case Intent.ACTION_UID_REMOVED: {3305 userFilter.addAction(Intent.ACTION_UID_REMOVED); in registerForSystemBroadcasts()
14772 case Intent.ACTION_UID_REMOVED: in broadcastIntentLockedTraced()14795 case Intent.ACTION_UID_REMOVED: in broadcastIntentLockedTraced()
1360 } else if (Intent.ACTION_UID_REMOVED.equals(action)) {2612 final IntentFilter uidFilter = new IntentFilter(Intent.ACTION_UID_REMOVED);
5283 sdFilter.addAction(Intent.ACTION_UID_REMOVED); in UninstallReceiver()5313 case Intent.ACTION_UID_REMOVED: in onReceive()
36 import static android.content.Intent.ACTION_UID_REMOVED;1043 mUidRemovedReceiver, new IntentFilter(ACTION_UID_REMOVED), null, mHandler); in initService()
3040 public static final String ACTION_UID_REMOVED = "android.intent.action.UID_REMOVED"; field in Intent
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
10925 field public static final String ACTION_UID_REMOVED = "android.intent.action.UID_REMOVED";