Home
last modified time | relevance | path

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

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