Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTrustAgentInfoTest.java87 assertPersistableBundleListEquals(ASSERT_BOTH, parentConfig); in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndUnified()
88 assertPersistableBundleListEquals(ASSERT_BOTH, childConfig); in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndUnified()
107 assertPersistableBundleListEquals(ASSERT_PARENT_CONFIG, parentConfig); in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndNonUnified()
108 assertPersistableBundleListEquals(ASSERT_CHILD_CONFIG, childConfig); in testSetTrustAgentConfiguration_bothHaveTrustAgentConfigAndNonUnified()
122 assertPersistableBundleListEquals(isParent ? in setAndGetTrustAgentConfigurationInternal()
150 assertPersistableBundleListEquals(isParent ? in setTrustAgentConfiguration()
156 private static void assertPersistableBundleListEquals( in assertPersistableBundleListEquals() method in TrustAgentInfoTest