Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/TransferOwnerOutgoingApp/src/com/android/cts/transferowner/
DTransferProfileOwnerOutgoingTest.java41 mDevicePolicyManager.transferOwnership(mOutgoingComponentName, INCOMING_COMPONENT_NAME, b); in testTransferOwnership()
42 assertTrue(mDevicePolicyManager.isAdminActive(INCOMING_COMPONENT_NAME)); in testTransferOwnership()
43 … assertTrue(mDevicePolicyManager.isProfileOwnerApp(INCOMING_COMPONENT_NAME.getPackageName())); in testTransferOwnership()
DTransferDeviceOwnerOutgoingTest.java45 mDevicePolicyManager.transferOwnership(mOutgoingComponentName, INCOMING_COMPONENT_NAME, b); in testTransferOwnership()
46 assertTrue(mDevicePolicyManager.isAdminActive(INCOMING_COMPONENT_NAME)); in testTransferOwnership()
47 assertTrue(mDevicePolicyManager.isDeviceOwnerApp(INCOMING_COMPONENT_NAME.getPackageName())); in testTransferOwnership()
DDeviceAndProfileOwnerTransferOutgoingTest.java63 static final ComponentName INCOMING_COMPONENT_NAME = field in DeviceAndProfileOwnerTransferOutgoingTest
110 INCOMING_COMPONENT_NAME, b); in testTransferOwnershipChangedBroadcast()