Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileTest.java543 enableComponentOrPackage(mParentUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
548 enableComponentOrPackage(mProfileUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
551 enableComponentOrPackage(mParentUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
552 enableComponentOrPackage(mProfileUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
563 enableComponentOrPackage(mParentUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
568 enableComponentOrPackage(mProfileUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
571 enableComponentOrPackage(mParentUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
572 enableComponentOrPackage(mProfileUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
DDeviceAndProfileOwnerTest.java1140 result = enableComponentOrPackage( in testCannotEnableOrDisableDeviceOwnerOrProfileOwner()
1145 result = enableComponentOrPackage(mUserId, DEVICE_ADMIN_PKG); in testCannotEnableOrDisableDeviceOwnerOrProfileOwner()
DBaseDevicePolicyTest.java773 protected String enableComponentOrPackage(int userId, String packageOrComponent) in enableComponentOrPackage() method in BaseDevicePolicyTest