Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 776) sorted by relevance

12345678910>>...32

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DParentProfileTest.java45 .add("getPasswordQuality")
46 .add("setPasswordQuality")
47 .add("getPasswordMinimumLength")
48 .add("setPasswordMinimumLength")
49 .add("getPasswordMinimumUpperCase")
50 .add("setPasswordMinimumUpperCase")
51 .add("getPasswordMinimumLowerCase")
52 .add("setPasswordMinimumLowerCase")
53 .add("getPasswordMinimumLetters")
54 .add("setPasswordMinimumLetters")
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java114 outputSurfaces.add(mReaderSurface); in testCameraCaptureResultAllKeys()
180 outputSurfaces.add(mReaderSurface); in testPartialResult()
462 waiverKeys.add(CaptureResult.JPEG_GPS_LOCATION); in getWaiverKeysForCamera()
463 waiverKeys.add(CaptureResult.JPEG_ORIENTATION); in getWaiverKeysForCamera()
464 waiverKeys.add(CaptureResult.JPEG_QUALITY); in getWaiverKeysForCamera()
465 waiverKeys.add(CaptureResult.JPEG_THUMBNAIL_QUALITY); in getWaiverKeysForCamera()
466 waiverKeys.add(CaptureResult.JPEG_THUMBNAIL_SIZE); in getWaiverKeysForCamera()
471 waiverKeys.add(CaptureResult.TONEMAP_CURVE); in getWaiverKeysForCamera()
472 waiverKeys.add(CaptureResult.TONEMAP_GAMMA); in getWaiverKeysForCamera()
473 waiverKeys.add(CaptureResult.TONEMAP_PRESET_CURVE); in getWaiverKeysForCamera()
[all …]
DStaticMetadataTest.java292 requestKeys.add(CaptureRequest.CONTROL_AE_ANTIBANDING_MODE); in validateCapability()
293 requestKeys.add(CaptureRequest.CONTROL_AE_EXPOSURE_COMPENSATION); in validateCapability()
294 requestKeys.add(CaptureRequest.CONTROL_AE_MODE); in validateCapability()
295 requestKeys.add(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE); in validateCapability()
296 requestKeys.add(CaptureRequest.CONTROL_AF_MODE); in validateCapability()
297 requestKeys.add(CaptureRequest.CONTROL_AF_TRIGGER); in validateCapability()
298 requestKeys.add(CaptureRequest.CONTROL_AWB_MODE); in validateCapability()
299 requestKeys.add(CaptureRequest.CONTROL_CAPTURE_INTENT); in validateCapability()
300 requestKeys.add(CaptureRequest.CONTROL_EFFECT_MODE); in validateCapability()
301 requestKeys.add(CaptureRequest.CONTROL_MODE); in validateCapability()
[all …]
/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/
DJvmtiTaggingTest.java90 l.add(o); in testGetTaggedObjects()
100 exp2.add(l.get(1), 1).add(l.get(11), 1).add(l.get(2), 2).add(l.get(12), 2).add(l.get(3), 3) in testGetTaggedObjects()
101 .add(l.get(13), 3).add(l.get(4), 4).add(l.get(14), 4).add(l.get(5), 5) in testGetTaggedObjects()
102 .add(l.get(15), 5).add(l.get(6), 6).add(l.get(16), 6).add(l.get(7), 7) in testGetTaggedObjects()
103 .add(l.get(17), 7).add(l.get(8), 8).add(l.get(18), 8).add(l.get(9), 9) in testGetTaggedObjects()
104 .add(l.get(19), 9); in testGetTaggedObjects()
108 exp3.add(l.get(2), 2).add(l.get(12), 2).add(l.get(5), 5).add(l.get(15), 5); in testGetTaggedObjects()
112 exp4.add(null, 1).add(null, 1).add(null, 2).add(null, 2).add(null, 3).add(null, 3) in testGetTaggedObjects()
113 .add(null, 4).add(null, 4).add(null, 5).add(null, 5).add(null, 6).add(null, 6) in testGetTaggedObjects()
114 .add(null, 7).add(null, 7).add(null, 8).add(null, 8).add(null, 9).add(null, 9); in testGetTaggedObjects()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DServReqTestSuite.java50 sTestSuite.add(new ServReqAllTestCase01(context)); in initialize()
51 sTestSuite.add(new ServReqAllTestCase02(context)); in initialize()
52 sTestSuite.add(new ServReqAllTestCase03(context)); in initialize()
53 sTestSuite.add(new ServReqDnsPtrTestCase(context)); in initialize()
54 sTestSuite.add(new ServReqDnsTxtTestCase(context)); in initialize()
55 sTestSuite.add(new ServReqUpnpAllTestCase(context)); in initialize()
56 sTestSuite.add(new ServReqUpnpRootDeviceTestCase(context)); in initialize()
57 sTestSuite.add(new ServReqRemoveRequestTestCase(context)); in initialize()
58 sTestSuite.add(new ServReqClearRequestTestCase(context)); in initialize()
59 sTestSuite.add(new ServReqMultiClientTestCase01(context)); in initialize()
[all …]
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DCameraDeviceInfo.java448 … charsKeyNames.add(CameraCharacteristics.COLOR_CORRECTION_AVAILABLE_ABERRATION_MODES.getName()); in getAllCharacteristicsKeyNames()
449 charsKeyNames.add(CameraCharacteristics.CONTROL_AE_AVAILABLE_ANTIBANDING_MODES.getName()); in getAllCharacteristicsKeyNames()
450 charsKeyNames.add(CameraCharacteristics.CONTROL_AE_AVAILABLE_MODES.getName()); in getAllCharacteristicsKeyNames()
451 charsKeyNames.add(CameraCharacteristics.CONTROL_AE_AVAILABLE_TARGET_FPS_RANGES.getName()); in getAllCharacteristicsKeyNames()
452 charsKeyNames.add(CameraCharacteristics.CONTROL_AE_COMPENSATION_RANGE.getName()); in getAllCharacteristicsKeyNames()
453 charsKeyNames.add(CameraCharacteristics.CONTROL_AE_COMPENSATION_STEP.getName()); in getAllCharacteristicsKeyNames()
454 charsKeyNames.add(CameraCharacteristics.CONTROL_AF_AVAILABLE_MODES.getName()); in getAllCharacteristicsKeyNames()
455 charsKeyNames.add(CameraCharacteristics.CONTROL_AVAILABLE_EFFECTS.getName()); in getAllCharacteristicsKeyNames()
456 charsKeyNames.add(CameraCharacteristics.CONTROL_AVAILABLE_SCENE_MODES.getName()); in getAllCharacteristicsKeyNames()
457 … charsKeyNames.add(CameraCharacteristics.CONTROL_AVAILABLE_VIDEO_STABILIZATION_MODES.getName()); in getAllCharacteristicsKeyNames()
[all …]
/cts/tests/tests/dpi/src/android/dpi/cts/
DConfigurationTest.java58 allowedDensities.add(DisplayMetrics.DENSITY_LOW); in testScreenConfiguration()
59 allowedDensities.add(DisplayMetrics.DENSITY_MEDIUM); in testScreenConfiguration()
60 allowedDensities.add(DisplayMetrics.DENSITY_TV); in testScreenConfiguration()
61 allowedDensities.add(DisplayMetrics.DENSITY_HIGH); in testScreenConfiguration()
62 allowedDensities.add(DisplayMetrics.DENSITY_260); in testScreenConfiguration()
63 allowedDensities.add(DisplayMetrics.DENSITY_280); in testScreenConfiguration()
64 allowedDensities.add(DisplayMetrics.DENSITY_300); in testScreenConfiguration()
65 allowedDensities.add(DisplayMetrics.DENSITY_XHIGH); in testScreenConfiguration()
66 allowedDensities.add(DisplayMetrics.DENSITY_340); in testScreenConfiguration()
67 allowedDensities.add(DisplayMetrics.DENSITY_360); in testScreenConfiguration()
[all …]
/cts/tests/tests/view/src/android/view/cts/
DViewOverlayTest.java68 mViewOverlay.add(null); in testAddNullDrawable()
83 mViewOverlay.add(redDrawable); in testOverlayWithOneDrawable()
86 colorRectangles.add(new Pair<>(new Rect(20, 30, 40, 50), Color.RED)); in testOverlayWithOneDrawable()
102 mViewOverlay.add(redDrawable); in testAddTheSameDrawableTwice()
103 mViewOverlay.add(redDrawable); in testAddTheSameDrawableTwice()
106 colorRectangles.add(new Pair<>(new Rect(20, 30, 40, 50), Color.RED)); in testAddTheSameDrawableTwice()
122 mViewOverlay.add(redDrawable); in testRemoveTheSameDrawableTwice()
125 colorRectangles.add(new Pair<>(new Rect(20, 30, 40, 50), Color.RED)); in testRemoveTheSameDrawableTwice()
148 mViewOverlay.add(redDrawable); in testOverlayWithNonOverlappingDrawables()
149 mViewOverlay.add(greenDrawable); in testOverlayWithNonOverlappingDrawables()
[all …]
DViewGroupOverlayTest.java86 mViewGroupOverlay.add((View) null); in testAddNullView()
103 mViewGroupOverlay.add(redView); in testOverlayWithOneView()
106 colorRectangles.add(new Pair<>(new Rect(10, 20, 30, 40), Color.RED)); in testOverlayWithOneView()
130 mViewGroupOverlay.add(redView); in testOverlayWithNonOverlappingViews()
131 mViewGroupOverlay.add(greenView); in testOverlayWithNonOverlappingViews()
132 mViewGroupOverlay.add(blueView); in testOverlayWithNonOverlappingViews()
135 colorRectangles.add(new Pair<>(new Rect(10, 20, 30, 40), Color.RED)); in testOverlayWithNonOverlappingViews()
136 colorRectangles.add(new Pair<>(new Rect(60, 30, 90, 50), Color.GREEN)); in testOverlayWithNonOverlappingViews()
137 colorRectangles.add(new Pair<>(new Rect(40, 60, 80, 90), Color.BLUE)); in testOverlayWithNonOverlappingViews()
144 colorRectangles.add(new Pair<>(new Rect(10, 20, 30, 40), Color.RED)); in testOverlayWithNonOverlappingViews()
[all …]
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_element.cpp236 eb->add(Element::A_8(mRS), "A_8", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
237 eb->add(Element::RGBA_4444(mRS), "RGBA_4444", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
238 eb->add(Element::RGBA_5551(mRS), "RGBA_5551", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
239 eb->add(Element::RGB_565(mRS), "RGB_565", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
240 eb->add(Element::RGB_888(mRS), "RGB_888", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
241 eb->add(Element::RGBA_8888(mRS), "RGBA_8888", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
242 eb->add(Element::F32(mRS), "F32", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
243 eb->add(Element::F32_2(mRS), "F32_2", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
244 eb->add(Element::F32_3(mRS), "F32_3", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
245 eb->add(Element::F32_4(mRS), "F32_4", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothTestActivity.java47 disabledTestArray.add(s); in onCreate()
50 disabledTestArray.add( in onCreate()
52 disabledTestArray.add( in onCreate()
54 disabledTestArray.add( in onCreate()
56 disabledTestArray.add( in onCreate()
58 disabledTestArray.add( in onCreate()
60 disabledTestArray.add( in onCreate()
63 disabledTestArray.add( in onCreate()
65 disabledTestArray.add( in onCreate()
67 disabledTestArray.add( in onCreate()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DHceEmulatorTestActivity.java46 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_emulator_tests)); in onCreate()
54 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_protocol_params_emulator, in onCreate()
58 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_payment_emulator, in onCreate()
62 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_payment_emulator, in onCreate()
66 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_change_default_emulator, in onCreate()
70 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_payment_emulator, in onCreate()
74 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_non_payment_emulator, in onCreate()
78 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_non_payment_emulator, in onCreate()
82 … adapter.add(TestListItem.newTest(this, R.string.nfc_hce_conflicting_non_payment_emulator, in onCreate()
86 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_non_payment_emulator, in onCreate()
[all …]
DHceReaderTestActivity.java42 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_reader_tests)); in onCreate()
44 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_protocol_params_reader, in onCreate()
48 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_payment_reader, in onCreate()
52 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_payment_reader, in onCreate()
56 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_change_default_reader, in onCreate()
60 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_payment_reader, in onCreate()
64 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_non_payment_reader, in onCreate()
68 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_non_payment_reader, in onCreate()
72 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_conflicting_non_payment_reader, in onCreate()
76 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_non_payment_reader, in onCreate()
[all …]
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
DUniqueModuleCountUtilTest.java46 list.add(new ModuleDef("moduleA", new Abi("arm64", "64"), new TestStub(), in testCount_2uniquesModules()
48 list.add(new ModuleDef("moduleA", new Abi("arm32", "32"), new TestStub(), in testCount_2uniquesModules()
56 list.add(new ModuleDef("moduleA", new Abi("arm32", "32"), new TestStub(), in testCount_2subModules()
58 list.add(new ModuleDef("moduleA", new Abi("arm32", "32"), new TestStub(), in testCount_2subModules()
66 list.add(new ModuleDef("moduleA", new Abi("arm64", "64"), new TestStub(), in testCount_mix()
68 list.add(new ModuleDef("moduleA", new Abi("arm32", "32"), new TestStub(), in testCount_mix()
70 list.add(new ModuleDef("moduleC", new Abi("arm32", "32"), new TestStub(), in testCount_mix()
72 list.add(new ModuleDef("moduleB", new Abi("arm64", "64"), new TestStub(), in testCount_mix()
74 list.add(new ModuleDef("moduleB", new Abi("arm32", "32"), new TestStub(), in testCount_mix()
76 list.add(new ModuleDef("moduleC", new Abi("arm64", "64"), new TestStub(), in testCount_mix()
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DElementTest.java138 eb1.add(Element.I8(mRS), "Test"); in testEquals()
139 Element e1 = eb1.add(Element.U8(mRS), "UTest").create(); in testEquals()
144 eb2.add(Element.I8(mRS), "Test"); in testEquals()
145 Element e2 = eb2.add(Element.U8(mRS), "UTest").create(); in testEquals()
155 eb3.add(Element.I8(mRS), "Test"); in testEquals()
156 Element e3 = eb3.add(Element.U8(mRS), "NotUTest").create(); in testEquals()
163 eb1.add(Element.I8(mRS), "Another"); in testEquals()
169 eb4.add(Element.I8(mRS), "Test"); in testEquals()
170 Element e4 = eb4.add(Element.A_8(mRS), "UTest").create(); in testEquals()
278 eb.add(Element.A_8(mRS), "A_8", arraySize); in testElementBuilder()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DTestListActivity.java63 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
65 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
69 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
73 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
75 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
79 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
83 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
85 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
89 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
93 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
[all …]
/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
DTestDeviceInfo.java35 mActivityList.add(getClass().getName()); in setUp()
48 list.add("test string 1"); in collectDeviceInfo()
49 list.add("test string 2"); in collectDeviceInfo()
50 list.add("test string 3"); in collectDeviceInfo()
61 list.add("test group string 1"); in collectDeviceInfo()
62 list.add("test group string 2"); in collectDeviceInfo()
63 list.add("test group string 3"); in collectDeviceInfo()
73 list.add("test groups string " + i + "-1"); in collectDeviceInfo()
74 list.add("test groups string " + i + "-2"); in collectDeviceInfo()
75 list.add("test groups string " + i + "-3"); in collectDeviceInfo()
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecListTest.java126 s.add(el); in asSet()
134 s.add(el); in asSet()
345 supportedList.add(new CodecType(types[j], isEncoder, null /* sampleFormat */)); in getSupportedCodecTypes()
363 list.add(new AudioCodec(MediaFormat.MIMETYPE_AUDIO_MPEG, false, 8000)); // mp3 in getRequiredCodecTypes()
364 list.add(new AudioCodec(MediaFormat.MIMETYPE_AUDIO_MPEG, false, 48000)); // mp3 in getRequiredCodecTypes()
365 list.add(new AudioCodec(MediaFormat.MIMETYPE_AUDIO_VORBIS, false, 8000)); in getRequiredCodecTypes()
366 list.add(new AudioCodec(MediaFormat.MIMETYPE_AUDIO_VORBIS, false, 48000)); in getRequiredCodecTypes()
367 list.add(new AudioCodec(MediaFormat.MIMETYPE_AUDIO_AAC, false, 8000)); in getRequiredCodecTypes()
368 list.add(new AudioCodec(MediaFormat.MIMETYPE_AUDIO_AAC, false, 48000)); in getRequiredCodecTypes()
369 list.add(new AudioCodec(MediaFormat.MIMETYPE_AUDIO_RAW, false, 8000)); in getRequiredCodecTypes()
[all …]
DRemoteControllerTest.java43 MEDIA_KEY_EVENT.add(KeyEvent.KEYCODE_MEDIA_PLAY);
44 MEDIA_KEY_EVENT.add(KeyEvent.KEYCODE_MEDIA_PAUSE);
45 MEDIA_KEY_EVENT.add(KeyEvent.KEYCODE_MEDIA_PLAY_PAUSE);
46 MEDIA_KEY_EVENT.add(KeyEvent.KEYCODE_MUTE);
47 MEDIA_KEY_EVENT.add(KeyEvent.KEYCODE_HEADSETHOOK);
48 MEDIA_KEY_EVENT.add(KeyEvent.KEYCODE_MEDIA_STOP);
49 MEDIA_KEY_EVENT.add(KeyEvent.KEYCODE_MEDIA_NEXT);
50 MEDIA_KEY_EVENT.add(KeyEvent.KEYCODE_MEDIA_PREVIOUS);
51 MEDIA_KEY_EVENT.add(KeyEvent.KEYCODE_MEDIA_REWIND);
52 MEDIA_KEY_EVENT.add(KeyEvent.KEYCODE_MEDIA_RECORD);
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DArrayAdapterTest.java85 list.add(STR1); in testConstructor()
86 list.add(STR2); in testConstructor()
106 mArrayAdapter.add(STR1); in testDataChangeEvent()
109 mArrayAdapter.add(STR2); in testDataChangeEvent()
127 mArrayAdapter.add(STR3); in testDataChangeEvent()
138 mArrayAdapter.add(STR3); in testDataChangeEvent()
152 mArrayAdapter.add(STR1); in testAccessView()
153 mArrayAdapter.add(STR2); in testAccessView()
154 mArrayAdapter.add(STR3); in testAccessView()
214 mArrayAdapter.add(STR1); in testSetDropDownViewResource()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
DNfcTestActivity.java56 adapter.add(TestListItem.newCategory(this, R.string.nfc_pee_2_pee)); in onCreate()
57 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef_push_sender, in onCreate()
60 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef_push_receiver, in onCreate()
65 adapter.add(TestListItem.newTest(this, R.string.nfc_llcp_version_check, in onCreate()
69 adapter.add(TestListItem.newCategory(this, R.string.nfc_tag_verification)); in onCreate()
70 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef, in onCreate()
73 adapter.add(TestListItem.newTest(this, R.string.nfc_mifare_ultralight, in onCreate()
78 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce)); in onCreate()
79 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_reader_tests, in onCreate()
82 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_emulator_tests, in onCreate()
[all …]
/cts/tests/tests/print/src/android/print/cts/
DPrinterCapabilitiesChangeTest.java107 printers.add(new PrinterInfo.Builder(printerId, PRINTER_NAME, status).setCapabilities(cap) in generatePrinters()
287 parameters.add(new Object[]{false, null, false, null}); in getParameters()
288 parameters.add(new Object[]{false, null, false, MediaSize.ISO_A0}); in getParameters()
289 parameters.add(new Object[]{false, null, false, MediaSize.ISO_B0}); in getParameters()
290 parameters.add(new Object[]{false, null, true, null}); in getParameters()
291 parameters.add(new Object[]{false, null, true, MediaSize.ISO_A0}); in getParameters()
292 parameters.add(new Object[]{false, null, true, MediaSize.ISO_B0}); in getParameters()
293 parameters.add(new Object[]{false, MediaSize.ISO_A0, false, null}); in getParameters()
294 parameters.add(new Object[]{false, MediaSize.ISO_A0, false, MediaSize.ISO_A0}); in getParameters()
295 parameters.add(new Object[]{false, MediaSize.ISO_A0, false, MediaSize.ISO_B0}); in getParameters()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodFlowTestActivity.java426 adapter.add(mProfileOwnerInstalled); in setupTests()
427 adapter.add(mDiskEncryptionTest); in setupTests()
430 adapter.add(mWorkAppVisibleTest); in setupTests()
431 adapter.add(mWorkNotificationBadgedTest); in setupTests()
432 adapter.add(mWorkStatusBarIconTest); in setupTests()
433 adapter.add(mWorkStatusBarToastTest); in setupTests()
436 adapter.add(mProfileAccountVisibleTest); in setupTests()
437 adapter.add(mDeviceAdminVisibleTest); in setupTests()
438 adapter.add(mCredSettingsVisibleTest); in setupTests()
439 adapter.add(mAppSettingsVisibleTest); in setupTests()
[all …]
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java88 row.add(Root.COLUMN_ROOT_ID, "local"); in queryRoots()
89 row.add(Root.COLUMN_FLAGS, Root.FLAG_LOCAL_ONLY); in queryRoots()
90 row.add(Root.COLUMN_TITLE, "CtsLocal"); in queryRoots()
91 row.add(Root.COLUMN_SUMMARY, "CtsLocalSummary"); in queryRoots()
92 row.add(Root.COLUMN_DOCUMENT_ID, "doc:local"); in queryRoots()
95 row.add(Root.COLUMN_ROOT_ID, "create"); in queryRoots()
96 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_CREATE | Root.FLAG_SUPPORTS_IS_CHILD); in queryRoots()
97 row.add(Root.COLUMN_TITLE, "CtsCreate"); in queryRoots()
98 row.add(Root.COLUMN_DOCUMENT_ID, "doc:create"); in queryRoots()
102 row.add(Root.COLUMN_ROOT_ID, "eject"); in queryRoots()
[all …]
/cts/tests/openglperf2/jni/reference/scene/flocking/
DBoid.cpp41 separation.add(tmp); in flock()
46 alignment.add(b->mVelocity); in flock()
49 cohesion.add(b->mPosition); in flock()
59 mAcceleration.add(separation); in flock()
65 mAcceleration.add(alignment); in flock()
78 mAcceleration.add(desired); in flock()
82 mVelocity.add(mAcceleration); in flock()
84 mPosition.add(mVelocity); in flock()

12345678910>>...32