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

/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java51 sNonDataFilt.addAction(Intent.ACTION_UID_REMOVED);
409 } else if (Intent.ACTION_UID_REMOVED.equals(action)) {
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java23 import static android.content.Intent.ACTION_UID_REMOVED;
405 final IntentFilter removedFilter = new IntentFilter(ACTION_UID_REMOVED);
H A DNetworkPolicyManagerService.java27 import static android.content.Intent.ACTION_UID_REMOVED;
817 mUidRemovedReceiver, new IntentFilter(ACTION_UID_REMOVED), null, mHandler);
953 if (LOGV) Slog.v(TAG, "ACTION_UID_REMOVED for uid=" + uid);
/frameworks/base/tests/net/java/com/android/server/net/
H A DNetworkStatsServiceTest.java19 import static android.content.Intent.ACTION_UID_REMOVED;
526 final Intent intent = new Intent(ACTION_UID_REMOVED);
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java3822 sdFilter.addAction(Intent.ACTION_UID_REMOVED);
3855 } else if (Intent.ACTION_UID_REMOVED.equals(action)) {
/frameworks/base/core/java/android/content/
H A DIntent.java552 * <li> {@link #ACTION_UID_REMOVED}
2342 public static final String ACTION_UID_REMOVED = "android.intent.action.UID_REMOVED"; field in class:Intent
4825 * 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.java21354 case Intent.ACTION_UID_REMOVED:
21377 case Intent.ACTION_UID_REMOVED:
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java18356 packageSender.sendPackageBroadcast(Intent.ACTION_UID_REMOVED,
[all...]

Completed in 1318 milliseconds