Home
last modified time | relevance | path

Searched refs:disableComponentOrPackage (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileTest.java285 disableComponentOrPackage(mParentUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
286 disableComponentOrPackage(mProfileUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
290 disableComponentOrPackage(mProfileUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
293 disableComponentOrPackage(mParentUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
305 disableComponentOrPackage(mParentUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
306 disableComponentOrPackage(mProfileUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
310 disableComponentOrPackage(mProfileUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
313 disableComponentOrPackage(mParentUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
DDeviceAndProfileOwnerTest.java666 String result = disableComponentOrPackage( in testCannotEnableOrDisableDeviceOwnerOrProfileOwner()
671 result = disableComponentOrPackage(mUserId, DEVICE_ADMIN_PKG); in testCannotEnableOrDisableDeviceOwnerOrProfileOwner()
DBaseDevicePolicyTest.java651 protected String disableComponentOrPackage(int userId, String packageOrComponent) in disableComponentOrPackage() method in BaseDevicePolicyTest