Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTrustAgentInfoTest.java35 private static final PersistableBundle PARENT_CONFIG = new PersistableBundle(); field in TrustAgentInfoTest
41 PARENT_CONFIG.putString(BUNDLE_KEY, BUNDLE_PARENT_VALUE); in PARENT_CONFIG.putString()
144 PersistableBundle expected = isParent ? PARENT_CONFIG : CHILD_CONFIG; in setTrustAgentConfiguration()