Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DProvisioningTest.java54 private static final String ADMIN_EXTRAS_BUNDLE_VALUE_1 = "VALUE_1"; field in ProvisioningTest
56 ADMIN_EXTRAS_BUNDLE.putString(ADMIN_EXTRAS_BUNDLE_KEY_1, ADMIN_EXTRAS_BUNDLE_VALUE_1); in ADMIN_EXTRAS_BUNDLE.putString() argument
109 assertEquals(ADMIN_EXTRAS_BUNDLE_VALUE_1, bundle.getString(ADMIN_EXTRAS_BUNDLE_KEY_1)); in testVerifyAdminExtraBundle()