Home
last modified time | relevance | path

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

12345678910>>...55

/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.java115 outputSurfaces.add(mReaderSurface); in testCameraCaptureResultAllKeys()
177 outputSurfaces.add(mReaderSurface); in testPartialResult()
534 waiverKeys.add(CaptureResult.JPEG_GPS_LOCATION); in getWaiverKeysForCamera()
535 waiverKeys.add(CaptureResult.JPEG_ORIENTATION); in getWaiverKeysForCamera()
536 waiverKeys.add(CaptureResult.JPEG_QUALITY); in getWaiverKeysForCamera()
537 waiverKeys.add(CaptureResult.JPEG_THUMBNAIL_QUALITY); in getWaiverKeysForCamera()
538 waiverKeys.add(CaptureResult.JPEG_THUMBNAIL_SIZE); in getWaiverKeysForCamera()
543 waiverKeys.add(CaptureResult.TONEMAP_CURVE); in getWaiverKeysForCamera()
544 waiverKeys.add(CaptureResult.TONEMAP_GAMMA); in getWaiverKeysForCamera()
545 waiverKeys.add(CaptureResult.TONEMAP_PRESET_CURVE); in getWaiverKeysForCamera()
[all …]
DStaticMetadataTest.java289 requestKeys.add(CaptureRequest.CONTROL_AE_ANTIBANDING_MODE); in validateCapability()
290 requestKeys.add(CaptureRequest.CONTROL_AE_EXPOSURE_COMPENSATION); in validateCapability()
291 requestKeys.add(CaptureRequest.CONTROL_AE_MODE); in validateCapability()
292 requestKeys.add(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE); in validateCapability()
293 requestKeys.add(CaptureRequest.CONTROL_AF_MODE); in validateCapability()
294 requestKeys.add(CaptureRequest.CONTROL_AF_TRIGGER); in validateCapability()
295 requestKeys.add(CaptureRequest.CONTROL_AWB_MODE); in validateCapability()
296 requestKeys.add(CaptureRequest.CONTROL_CAPTURE_INTENT); in validateCapability()
297 requestKeys.add(CaptureRequest.CONTROL_EFFECT_MODE); in validateCapability()
298 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/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.java70 allowedDensities.add(DisplayMetrics.DENSITY_LOW); in testScreenConfiguration()
71 allowedDensities.add(DisplayMetrics.DENSITY_140); in testScreenConfiguration()
72 allowedDensities.add(DisplayMetrics.DENSITY_MEDIUM); in testScreenConfiguration()
73 allowedDensities.add(DisplayMetrics.DENSITY_180); in testScreenConfiguration()
74 allowedDensities.add(DisplayMetrics.DENSITY_200); in testScreenConfiguration()
75 allowedDensities.add(DisplayMetrics.DENSITY_TV); in testScreenConfiguration()
76 allowedDensities.add(DisplayMetrics.DENSITY_220); in testScreenConfiguration()
77 allowedDensities.add(DisplayMetrics.DENSITY_HIGH); in testScreenConfiguration()
78 allowedDensities.add(DisplayMetrics.DENSITY_260); in testScreenConfiguration()
79 allowedDensities.add(DisplayMetrics.DENSITY_280); in testScreenConfiguration()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothTestActivity.java48 disabledTestArray.add(s); in onCreate()
51 disabledTestArray.add( in onCreate()
53 disabledTestArray.add( in onCreate()
55 disabledTestArray.add( in onCreate()
57 disabledTestArray.add( in onCreate()
59 disabledTestArray.add( in onCreate()
61 disabledTestArray.add( in onCreate()
64 disabledTestArray.add( in onCreate()
66 disabledTestArray.add( in onCreate()
68 disabledTestArray.add( in onCreate()
[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/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/tests/tests/view/src/android/view/cts/
DViewOverlayTest.java69 mViewOverlay.add(null); in testAddNullDrawable()
84 mViewOverlay.add(redDrawable); in testOverlayWithOneDrawable()
87 colorRectangles.add(new Pair<>(new Rect(20, 30, 40, 50), Color.RED)); in testOverlayWithOneDrawable()
103 mViewOverlay.add(redDrawable); in testAddTheSameDrawableTwice()
104 mViewOverlay.add(redDrawable); in testAddTheSameDrawableTwice()
107 colorRectangles.add(new Pair<>(new Rect(20, 30, 40, 50), Color.RED)); in testAddTheSameDrawableTwice()
123 mViewOverlay.add(redDrawable); in testRemoveTheSameDrawableTwice()
126 colorRectangles.add(new Pair<>(new Rect(20, 30, 40, 50), Color.RED)); in testRemoveTheSameDrawableTwice()
149 mViewOverlay.add(redDrawable); in testOverlayWithNonOverlappingDrawables()
150 mViewOverlay.add(greenDrawable); in testOverlayWithNonOverlappingDrawables()
[all …]
DViewGroupOverlayTest.java87 mViewGroupOverlay.add((View) null); in testAddNullView()
104 mViewGroupOverlay.add(redView); in testOverlayWithOneView()
107 colorRectangles.add(new Pair<>(new Rect(10, 20, 30, 40), Color.RED)); in testOverlayWithOneView()
131 mViewGroupOverlay.add(redView); in testOverlayWithNonOverlappingViews()
132 mViewGroupOverlay.add(greenView); in testOverlayWithNonOverlappingViews()
133 mViewGroupOverlay.add(blueView); in testOverlayWithNonOverlappingViews()
136 colorRectangles.add(new Pair<>(new Rect(10, 20, 30, 40), Color.RED)); in testOverlayWithNonOverlappingViews()
137 colorRectangles.add(new Pair<>(new Rect(60, 30, 90, 50), Color.GREEN)); in testOverlayWithNonOverlappingViews()
138 colorRectangles.add(new Pair<>(new Rect(40, 60, 80, 90), Color.BLUE)); in testOverlayWithNonOverlappingViews()
145 colorRectangles.add(new Pair<>(new Rect(10, 20, 30, 40), Color.RED)); in testOverlayWithNonOverlappingViews()
[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/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.java67 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
69 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
73 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
77 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
79 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
83 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
87 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
89 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
93 adapter.add(TestListAdapter.TestListItem.newTest(this, in onCreate()
97 adapter.add(TestListAdapter.TestListItem.newCategory(this, in onCreate()
[all …]
/cts/tests/signature/tests/src/android/signature/cts/tests/
DTestClassesProvider.java37 builder.add(AbstractClass.class); in getAllClasses()
38 builder.add(FinalClass.class); in getAllClasses()
39 builder.add(NormalClass.class); in getAllClasses()
40 builder.add(NormalException.class); in getAllClasses()
41 builder.add(NormalInterface.class); in getAllClasses()
42 builder.add(ApiAnnotation.class); in getAllClasses()
43 builder.add(PublicApiClass.class); in getAllClasses()
44 builder.add(SystemApiClass.class); in getAllClasses()
45 builder.add(PrivateClass.class); in getAllClasses()
46 builder.add(ForciblyPublicizedPrivateClass.class); in getAllClasses()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
DP2pTestListActivity.java70 adapter.add(TestListItem.newCategory(this, R.string.p2p_group_formation)); in onCreate()
71 adapter.add(TestListItem.newTest(this, in onCreate()
75 adapter.add(TestListItem.newTest(this, in onCreate()
80 adapter.add(TestListItem.newCategory(this, R.string.p2p_join)); in onCreate()
81 adapter.add(TestListItem.newTest(this, in onCreate()
85 adapter.add(TestListItem.newTest(this, in onCreate()
90 adapter.add(TestListItem.newCategory(this, R.string.p2p_join_with_config)); in onCreate()
91 adapter.add(TestListItem.newTest(this, in onCreate()
95 adapter.add(TestListItem.newTest(this, in onCreate()
99 adapter.add(TestListItem.newCategory(this, R.string.p2p_join_with_config_2g_band)); 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/print/src/android/print/cts/
DPrinterCapabilitiesChangeTest.java107 printers.add(new PrinterInfo.Builder(printerId, PRINTER_NAME, status).setCapabilities(cap) in generatePrinters()
270 parameters.add(new Object[]{false, null, false, null}); in getParameters()
271 parameters.add(new Object[]{false, null, false, MediaSize.ISO_A0}); in getParameters()
272 parameters.add(new Object[]{false, null, false, MediaSize.ISO_B0}); in getParameters()
273 parameters.add(new Object[]{false, null, true, null}); in getParameters()
274 parameters.add(new Object[]{false, null, true, MediaSize.ISO_A0}); in getParameters()
275 parameters.add(new Object[]{false, null, true, MediaSize.ISO_B0}); in getParameters()
276 parameters.add(new Object[]{false, MediaSize.ISO_A0, false, null}); in getParameters()
277 parameters.add(new Object[]{false, MediaSize.ISO_A0, false, MediaSize.ISO_A0}); in getParameters()
278 parameters.add(new Object[]{false, MediaSize.ISO_A0, false, MediaSize.ISO_B0}); in getParameters()
[all …]
/cts/tests/signature/lib/common/src/android/signature/cts/
DInterfaceChecker.java51 …HIDDEN_INTERFACE_METHOD_WHITELIST.add("public abstract boolean android.companion.DeviceFilter.matc…
52 …HIDDEN_INTERFACE_METHOD_WHITELIST.add("public static <D> boolean android.companion.DeviceFilter.ma…
53 …HIDDEN_INTERFACE_METHOD_WHITELIST.add("public abstract java.lang.String android.companion.DeviceFi…
54 …HIDDEN_INTERFACE_METHOD_WHITELIST.add("public abstract int android.companion.DeviceFilter.getMediu…
55 …HIDDEN_INTERFACE_METHOD_WHITELIST.add("public abstract void android.nfc.tech.TagTechnology.reconne…
56 …HIDDEN_INTERFACE_METHOD_WHITELIST.add("public abstract void android.os.IBinder.shellCommand(java.i…
57 …HIDDEN_INTERFACE_METHOD_WHITELIST.add("public abstract int android.text.ParcelableSpan.getSpanType…
58 …HIDDEN_INTERFACE_METHOD_WHITELIST.add("public abstract void android.text.ParcelableSpan.writeToPar…
59 …HIDDEN_INTERFACE_METHOD_WHITELIST.add("public abstract void android.view.WindowManager.requestAppK…
60 …HIDDEN_INTERFACE_METHOD_WHITELIST.add("public abstract boolean javax.microedition.khronos.egl.EGL1…
[all …]
/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTestUtil.java183 styles.add(new Pair<>(100, false)); in styles.add()
184 styles.add(new Pair<>(100, true)); in styles.add()
185 styles.add(new Pair<>(200, false)); in styles.add()
186 styles.add(new Pair<>(200, true)); in styles.add()
187 styles.add(new Pair<>(300, false)); in styles.add()
188 styles.add(new Pair<>(300, true)); in styles.add()
189 styles.add(new Pair<>(400, false)); in styles.add()
190 styles.add(new Pair<>(400, true)); in styles.add()
191 styles.add(new Pair<>(500, false)); in styles.add()
192 styles.add(new Pair<>(500, true)); in styles.add()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DArrayAdapterTest.java86 list.add(STR1); in testConstructor()
87 list.add(STR2); in testConstructor()
107 mArrayAdapter.add(STR1); in testDataChangeEvent()
110 mArrayAdapter.add(STR2); in testDataChangeEvent()
128 mArrayAdapter.add(STR3); in testDataChangeEvent()
139 mArrayAdapter.add(STR3); in testDataChangeEvent()
153 mArrayAdapter.add(STR1); in testAccessView()
154 mArrayAdapter.add(STR2); in testAccessView()
155 mArrayAdapter.add(STR3); in testAccessView()
215 mArrayAdapter.add(STR1); in testSetDropDownViewResource()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodFlowTestActivity.java462 adapter.add(mProfileOwnerInstalled); in setupTests()
463 adapter.add(mDiskEncryptionTest); in setupTests()
467 adapter.add(mWorkAppVisibleTest); in setupTests()
470 adapter.add(mWorkNotificationBadgedTest); in setupTests()
471 adapter.add(mWorkStatusBarIconTest); in setupTests()
478 adapter.add(mProfileAccountVisibleTest); in setupTests()
479 adapter.add(mDeviceAdminVisibleTest); in setupTests()
480 adapter.add(mCredSettingsVisibleTest); in setupTests()
481 adapter.add(mUserSettingsVisibleTest); in setupTests()
482 adapter.add(mAppSettingsVisibleTest); in setupTests()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
DNfcTestActivity.java57 adapter.add(TestListItem.newCategory(this, R.string.nfc_pee_2_pee)); in onCreate()
58 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef_push_sender, in onCreate()
61 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef_push_receiver, in onCreate()
66 adapter.add(TestListItem.newTest(this, R.string.nfc_llcp_version_check, in onCreate()
72 adapter.add(TestListItem.newCategory(this, R.string.nfc_tag_verification)); in onCreate()
73 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef, in onCreate()
76 adapter.add(TestListItem.newTest(this, R.string.nfc_mifare_ultralight, in onCreate()
81 adapter.add(TestListItem.newCategory(this, R.string.nfc_hce)); in onCreate()
82 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_reader_tests, in onCreate()
85 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_emulator_tests, in onCreate()
[all …]
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java89 row.add(Root.COLUMN_ROOT_ID, "local"); in queryRoots()
90 row.add(Root.COLUMN_FLAGS, Root.FLAG_LOCAL_ONLY | Root.FLAG_SUPPORTS_SEARCH); in queryRoots()
91 row.add(Root.COLUMN_TITLE, "CtsLocal"); in queryRoots()
92 row.add(Root.COLUMN_SUMMARY, "CtsLocalSummary"); in queryRoots()
93 row.add(Root.COLUMN_DOCUMENT_ID, "doc:local"); in queryRoots()
96 row.add(Root.COLUMN_ROOT_ID, "create"); in queryRoots()
97 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_CREATE | Root.FLAG_SUPPORTS_IS_CHILD); in queryRoots()
98 row.add(Root.COLUMN_TITLE, "CtsCreate"); in queryRoots()
99 row.add(Root.COLUMN_DOCUMENT_ID, "doc:create"); in queryRoots()
103 row.add(Root.COLUMN_ROOT_ID, "eject"); in queryRoots()
[all …]

12345678910>>...55