OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:childConfig
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
TrustAgentInfoTest.java
74
List<PersistableBundle>
childConfig
= mDevicePolicyManager.getTrustAgentConfiguration(
77
assertNull(
childConfig
);
85
childConfig
= mDevicePolicyManager.getTrustAgentConfiguration(
88
assertPersistableBundleListEquals(ASSERT_BOTH,
childConfig
);
103
List<PersistableBundle>
childConfig
=
108
assertPersistableBundleListEquals(ASSERT_CHILD_CONFIG,
childConfig
);
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LayerDrawableTest.java
430
final int
childConfig
= gradientDrawableConfig | colorDrawableConfig;
437
assertEquals(
childConfig
, layerDrawable.getChangingConfigurations());
440
assertEquals(superConfig |
childConfig
, layerDrawable.getChangingConfigurations());
[
all
...]
Completed in 49 milliseconds