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.java537 disableComponentOrPackage(mParentUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
538 disableComponentOrPackage(mProfileUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
542 disableComponentOrPackage(mProfileUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
545 disableComponentOrPackage(mParentUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
557 disableComponentOrPackage(mParentUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
558 disableComponentOrPackage(mProfileUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
562 disableComponentOrPackage(mProfileUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
565 disableComponentOrPackage(mParentUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
DDeviceAndProfileOwnerTest.java1253 String result = disableComponentOrPackage( in testCannotEnableOrDisableDeviceOwnerOrProfileOwner()
1258 result = disableComponentOrPackage(mUserId, DEVICE_ADMIN_PKG); in testCannotEnableOrDisableDeviceOwnerOrProfileOwner()
DBaseDevicePolicyTest.java851 protected String disableComponentOrPackage(int userId, String packageOrComponent) in disableComponentOrPackage() method in BaseDevicePolicyTest