Searched refs:EXTRA_REMOVED_FOR_ALL_USERS (Results 1 – 9 of 9) sorted by relevance
325 intent.putExtra(Intent.EXTRA_REMOVED_FOR_ALL_USERS, true); in testPackageMonitorDoHandlePackageEventPackageRemovedReplacing()346 assertThat(capturedExtras.getInt(Intent.EXTRA_REMOVED_FOR_ALL_USERS)) in testPackageMonitorDoHandlePackageEventPackageRemovedReplacing()347 .isEqualTo(expectedExtras.getInt(Intent.EXTRA_REMOVED_FOR_ALL_USERS)); in testPackageMonitorDoHandlePackageEventPackageRemovedReplacing()364 intent.putExtra(Intent.EXTRA_REMOVED_FOR_ALL_USERS, true); in testPackageMonitorDoHandlePackageEventPackageRemovedReplacingArchived()388 assertThat(capturedExtras.getInt(Intent.EXTRA_REMOVED_FOR_ALL_USERS)) in testPackageMonitorDoHandlePackageEventPackageRemovedReplacingArchived()389 .isEqualTo(expectedExtras.getInt(Intent.EXTRA_REMOVED_FOR_ALL_USERS)); in testPackageMonitorDoHandlePackageEventPackageRemovedReplacingArchived()406 intent.putExtra(Intent.EXTRA_REMOVED_FOR_ALL_USERS, true); in testPackageMonitorDoHandlePackageEventPackageRemovedNotReplacing()432 assertThat(capturedExtras.getInt(Intent.EXTRA_REMOVED_FOR_ALL_USERS)) in testPackageMonitorDoHandlePackageEventPackageRemovedNotReplacing()433 .isEqualTo(expectedExtras.getInt(Intent.EXTRA_REMOVED_FOR_ALL_USERS)); in testPackageMonitorDoHandlePackageEventPackageRemovedNotReplacing()
22 import static android.content.Intent.EXTRA_REMOVED_FOR_ALL_USERS;946 if (intent.getBooleanExtra(EXTRA_REMOVED_FOR_ALL_USERS, false)) {
506 if (intent.getBooleanExtra(Intent.EXTRA_REMOVED_FOR_ALL_USERS, false)) { in doHandlePackageEvent()
252 Intent.EXTRA_REMOVED_FOR_ALL_USERS, false); in registerForPackageRemoval()
860 intent.getBooleanExtra(Intent.EXTRA_REMOVED_FOR_ALL_USERS, false); in registerForPackageRemoval()
674 Intent.EXTRA_REMOVED_FOR_ALL_USERS, false); in registerForPackageRemoval()
938 extras.putBoolean(Intent.EXTRA_REMOVED_FOR_ALL_USERS, isRemovedForAllUsers); in sendPackageRemovedBroadcasts()
6497 public static final String EXTRA_REMOVED_FOR_ALL_USERS field in Intent
10594 Landroid/content/Intent;->EXTRA_REMOVED_FOR_ALL_USERS:Ljava/lang/String;