Searched refs:ACTION_UID_REMOVED (Results 1 – 12 of 12) sorted by relevance
59 if (Intent.ACTION_UID_REMOVED.equals(intent.getAction())) {175 mContext.registerReceiver(mUninstallListener, new IntentFilter(Intent.ACTION_UID_REMOVED)); in registerUninstallListener()
52 sNonDataFilt.addAction(Intent.ACTION_UID_REMOVED);417 } else if (Intent.ACTION_UID_REMOVED.equals(action)) { in onReceive()
19 import static android.content.Intent.ACTION_UID_REMOVED;533 final Intent intent = new Intent(ACTION_UID_REMOVED);
23 import static android.content.Intent.ACTION_UID_REMOVED;508 final IntentFilter removedFilter = new IntentFilter(ACTION_UID_REMOVED); in systemReady()
30 import static android.content.Intent.ACTION_UID_REMOVED;839 mUidRemovedReceiver, new IntentFilter(ACTION_UID_REMOVED), null, mHandler); in initService()
4376 sdFilter.addAction(Intent.ACTION_UID_REMOVED); in UninstallReceiver()4405 case Intent.ACTION_UID_REMOVED: in onReceive()
190 BroadcastBehavior: android.content.Intent#ACTION_UID_REMOVED:
10680 field public static final String ACTION_UID_REMOVED = "android.intent.action.UID_REMOVED";
2742 public static final String ACTION_UID_REMOVED = "android.intent.action.UID_REMOVED"; field in Intent
16111 case Intent.ACTION_UID_REMOVED: in broadcastIntentLocked()16134 case Intent.ACTION_UID_REMOVED: in broadcastIntentLocked()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
7686 …field public static final java.lang.String ACTION_UID_REMOVED = "android.intent.action.UID_REMOVED…