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.java30 final static String ACTION_USER_STOPPED = "com.android.cts.deviceowner.action.USER_STOPPED"; field in BasicAdminReceiver
63 sendUserBroadcast(context, ACTION_USER_STOPPED, userHandle); in onUserStopped()
DCreateAndManageUserTest.java261 new IntentFilter(BasicAdminReceiver.ACTION_USER_STOPPED)); in testCreateAndManageUser_StopUser()
319 new IntentFilter(BasicAdminReceiver.ACTION_USER_STOPPED)); in testCreateAndManageUser_LogoutUser()