Searched refs:ACTION_USER_REMOVED (Results 1 – 4 of 4) sorted by relevance
36 final static String ACTION_USER_REMOVED = "com.android.cts.deviceowner.action.USER_REMOVED"; field in BasicAdminReceiver66 sendUserBroadcast(context, ACTION_USER_REMOVED, userHandle); in onUserRemoved()
170 BasicAdminReceiver.ACTION_USER_STOPPED, BasicAdminReceiver.ACTION_USER_REMOVED); in testCreateAndManageUser_StopEphemeralUser_DisallowRemoveUser()523 getContext(), BasicAdminReceiver.ACTION_USER_REMOVED); in removeUserAndWaitForBroadcasts()
672 Intent.ACTION_USER_REMOVED, userIsEqual(workProfileUser)).register()) { in testRemoveUserOnlyProfile_ShouldNotRemoveAnyOtherUserInSameProfileGroupId() argument
3887 field public static final String ACTION_USER_REMOVED = "android.intent.action.USER_REMOVED";