Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/core/instrumentation/
H A DMetricsFeatureProviderTest.java45 MetricsFeatureProvider feature1 = in getFactory_shouldReuseCachedInstance() local
50 assertThat(feature1).isSameInstanceAs(feature2); in getFactory_shouldReuseCachedInstance()
/aosp12/build/soong/android/
H A Dsoong_config_modules_test.go123 feature1: {
170 feature1: {
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayAreaPolicyBuilderTest.java539 final Feature feature1 = new Feature.Builder(mWms.mPolicy, "feature1", in testBuilder_displayAreaGroup_createFeatureOnGroup() local
556 .addFeature(feature1)) in testBuilder_displayAreaGroup_createFeatureOnGroup()
564 policy.getDisplayAreas(feature1.getId()); in testBuilder_displayAreaGroup_createFeatureOnGroup()
727 final Feature feature1 = new Feature.Builder(mWms.mPolicy, "feature1", in testFeatureNotThrowArrayIndexOutOfBoundsException() local