Home
last modified time | relevance | path

Searched refs:ARE_PARAMETERS_SAVED (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/TransferOwnerOutgoingApp/src/com/android/cts/transferowner/
DDeviceAndProfileOwnerTransferOutgoingTest.java62 private static final String ARE_PARAMETERS_SAVED = "ARE_PARAMETERS_SAVED"; field in DeviceAndProfileOwnerTransferOutgoingTest
166 b.putBoolean(ARE_PARAMETERS_SAVED, true); in testTransferOwnershipBundleSaved()
173 b.putBoolean(ARE_PARAMETERS_SAVED, true); in testGetTransferOwnershipBundleOnlyCalledFromAdmin()
/cts/hostsidetests/devicepolicy/app/TransferOwnerIncomingApp/src/com/android/cts/transferowner/
DDeviceAndProfileOwnerTransferIncomingTest.java73 private final static String ARE_PARAMETERS_SAVED = "ARE_PARAMETERS_SAVED"; field in DeviceAndProfileOwnerTransferIncomingTest
113 assertTrue(bundle.getBoolean(ARE_PARAMETERS_SAVED)); in testTransferOwnershipBundleLoaded()