Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DBasicAdminReceiver.java38 final static String ACTION_USER_STOPPED = "com.android.cts.deviceowner.action.USER_STOPPED"; field in BasicAdminReceiver
76 sendUserBroadcast(context, ACTION_USER_STOPPED, userHandle); in onUserStopped()
DCreateAndManageUserTest.java178 BasicAdminReceiver.ACTION_USER_STOPPED, BasicAdminReceiver.ACTION_USER_REMOVED); in testCreateAndManageUser_StopEphemeralUser_DisallowRemoveUser()
200 BasicAdminReceiver.ACTION_USER_STARTED, BasicAdminReceiver.ACTION_USER_STOPPED); in testCreateAndManageUser_LogoutUser()
476 getContext(), BasicAdminReceiver.ACTION_USER_STOPPED); in stopUserAndWaitForBroadcasts()