Searched refs:ACTION_UID_REMOVED (Results 1 – 18 of 18) sorted by relevance
65 if (Intent.ACTION_UID_REMOVED.equals(intent.getAction())) {146 mContext.registerReceiver(mUninstallListener, new IntentFilter(Intent.ACTION_UID_REMOVED)); in registerUninstallListener()
190 || TextUtils.equals(action, Intent.ACTION_UID_REMOVED) in isAllowedCallbackAction()
980 sendPackageBroadcastAndNotify(Intent.ACTION_UID_REMOVED, in sendPackageRemovedBroadcasts()
548 } else if (Intent.ACTION_UID_REMOVED.equals(action)) { in doHandlePackageEvent()
122 Intent intent = new Intent(Intent.ACTION_UID_REMOVED); in testPackageMonitorDoHandlePackageEventUidRemoved()
394 case Intent.ACTION_UID_REMOVED: {3422 userFilter.addAction(Intent.ACTION_UID_REMOVED);
32 import static android.content.Intent.ACTION_UID_REMOVED;416 new IntentFilter(ACTION_UID_REMOVED), null, in onStart()
4931 sdFilter.addAction(Intent.ACTION_UID_REMOVED); in UninstallReceiver()4977 case Intent.ACTION_UID_REMOVED: in onReceive()
1489 } else if (Intent.ACTION_UID_REMOVED.equals(action)) {2793 final IntentFilter uidFilter = new IntentFilter(Intent.ACTION_UID_REMOVED);
39 import static android.content.Intent.ACTION_UID_REMOVED;1167 mUidRemovedReceiver, new IntentFilter(ACTION_UID_REMOVED), null, mHandler); in initService()
140 BroadcastBehavior: android.content.Intent#ACTION_UID_REMOVED:141 Field 'ACTION_UID_REMOVED' is missing @BroadcastBehavior
176 BroadcastBehavior: android.content.Intent#ACTION_UID_REMOVED:177 Field 'ACTION_UID_REMOVED' is missing @BroadcastBehavior
180 BroadcastBehavior: android.content.Intent#ACTION_UID_REMOVED:181 Field 'ACTION_UID_REMOVED' is missing @BroadcastBehavior
11273 field public static final String ACTION_UID_REMOVED = "android.intent.action.UID_REMOVED";
3092 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 ...
7686 …field public static final java.lang.String ACTION_UID_REMOVED = "android.intent.action.UID_REMOVED…