Home
last modified time | relevance | path

Searched refs:ACTION_USER_ADDED (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DBasicAdminReceiver.java35 final static String ACTION_USER_ADDED = "com.android.cts.deviceowner.action.USER_ADDED"; field in BasicAdminReceiver
61 sendUserBroadcast(context, ACTION_USER_ADDED, userHandle); in onUserAdded()
DCreateAndManageUserTest.java371 getContext(), BasicAdminReceiver.ACTION_USER_ADDED); in createAndManageUser()