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.java289 enableComponentOrPackage(mParentUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
294 enableComponentOrPackage(mProfileUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
297 enableComponentOrPackage(mParentUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
298 enableComponentOrPackage(mProfileUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
309 enableComponentOrPackage(mParentUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
314 enableComponentOrPackage(mProfileUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
317 enableComponentOrPackage(mParentUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
318 enableComponentOrPackage(mProfileUserId, APP_HANDLER_COMPONENT); in testAppLinks_enabledStatus()
DDeviceAndProfileOwnerTest.java675 result = enableComponentOrPackage( in testCannotEnableOrDisableDeviceOwnerOrProfileOwner()
680 result = enableComponentOrPackage(mUserId, DEVICE_ADMIN_PKG); in testCannotEnableOrDisableDeviceOwnerOrProfileOwner()
DBaseDevicePolicyTest.java640 protected String enableComponentOrPackage(int userId, String packageOrComponent) in enableComponentOrPackage() method in BaseDevicePolicyTest