Searched refs:ACTION_UID_REMOVED (Results 1 – 10 of 10) sorted by relevance
42 sPackageFilt.addAction(Intent.ACTION_UID_REMOVED);44 sNonDataFilt.addAction(Intent.ACTION_UID_REMOVED);271 } else if (Intent.ACTION_UID_REMOVED.equals(action)) { in onReceive()
19 import static android.content.Intent.ACTION_UID_REMOVED;559 final Intent intent = new Intent(ACTION_UID_REMOVED); in testUidRemovedPolicyCleared()
19 import static android.content.Intent.ACTION_UID_REMOVED;503 final Intent intent = new Intent(ACTION_UID_REMOVED); in testUidRemovedIsMoved()
27 import static android.content.Intent.ACTION_UID_REMOVED;323 packageFilter.addAction(ACTION_UID_REMOVED); in systemReady()376 } else if (ACTION_UID_REMOVED.equals(action)) {
25 import static android.content.Intent.ACTION_UID_REMOVED;287 final IntentFilter removedFilter = new IntentFilter(ACTION_UID_REMOVED); in systemReady()
1527 public static final String ACTION_UID_REMOVED = "android.intent.action.UID_REMOVED"; field in Intent
6945 sendPackageBroadcast(Intent.ACTION_UID_REMOVED, null, extras, null, null); in sendBroadcast()
11525 final boolean uidRemoved = Intent.ACTION_UID_REMOVED.equals( in broadcastIntentLocked()
5486 …field public static final java.lang.String ACTION_UID_REMOVED = "android.intent.action.UID_REMOVED…