Searched refs:ACTION_UID_REMOVED (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java50 sNonDataFilt.addAction(Intent.ACTION_UID_REMOVED);
390 } else if (Intent.ACTION_UID_REMOVED.equals(action)) {
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java19 import static android.content.Intent.ACTION_UID_REMOVED;
618 final Intent intent = new Intent(ACTION_UID_REMOVED);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java25 import static android.content.Intent.ACTION_UID_REMOVED;
350 final IntentFilter removedFilter = new IntentFilter(ACTION_UID_REMOVED);
H A DNetworkPolicyManagerService.java27 import static android.content.Intent.ACTION_UID_REMOVED;
644 mUidRemovedReceiver, new IntentFilter(ACTION_UID_REMOVED), null, mHandler);
759 if (LOGV) Slog.v(TAG, "ACTION_UID_REMOVED for uid=" + uid);
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsServiceTest.java19 import static android.content.Intent.ACTION_UID_REMOVED;
571 final Intent intent = new Intent(ACTION_UID_REMOVED);
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java2744 sdFilter.addAction(Intent.ACTION_UID_REMOVED);
2769 } else if (Intent.ACTION_UID_REMOVED.equals(action)) {
/frameworks/base/core/java/android/content/
H A DIntent.java543 * <li> {@link #ACTION_UID_REMOVED}
2124 public static final String ACTION_UID_REMOVED = "android.intent.action.UID_REMOVED"; field in class:Intent
3882 * Used as an int extra field in {@link android.content.Intent#ACTION_UID_REMOVED}
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java17985 case Intent.ACTION_UID_REMOVED:
18008 case Intent.ACTION_UID_REMOVED:
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java15835 sendPackageBroadcast(Intent.ACTION_UID_REMOVED, null, extras, 0, null, null,

Completed in 457 milliseconds