Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_StatusUpdatesTest.java47 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in setUp() local
49 ops.add(ContentProviderOperation.newInsert(RawContacts.CONTENT_URI) in setUp()
54 ops.add(ContentProviderOperation.newInsert(Data.CONTENT_URI) in setUp()
61 ContentProviderResult[] results = mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in setUp()
103 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in insertStatusUpdate() local
104 ops.add(ContentProviderOperation.newInsert(StatusUpdates.CONTENT_URI) in insertStatusUpdate()
113 ContentProviderResult[] results = mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in insertStatusUpdate()
119 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in assertRowCount() local
120 ops.add(ContentProviderOperation.newAssertQuery(uri) in assertRowCount()
124 mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in assertRowCount()
[all …]
/cts/tests/tests/appop/src/android/app/appops/cts/
DHistoricalAppopsTest.kt220 val ops = getHistoricalOpsFromDiskRaw(appOpsManager!!, uid, packageName!!, in <lambda>() constant
224 assertHasCounts(ops!!, expectedOpCount) in <lambda>()
380 Consumer { ops -> in <lambda>() method
381 array[0] = ops in <lambda>()
396 private fun assertHasCounts(ops: HistoricalOps, count: Long) { in <lambda>()
397 assertThat(ops).isNotNull() in <lambda>()
398 assertThat(ops.uidCount).isEqualTo(1) in <lambda>()
400 val uidOps = ops.getUidOpsAt(0) in <lambda>()
444 Consumer { ops -> in <lambda>() method
445 array[0] = ops in <lambda>()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DContactsTest.java1040 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in insertContact() local
1041 ops.add(ContentProviderOperation in insertContact()
1046 ops.add(ContentProviderOperation in insertContact()
1056 ops.add(ContentProviderOperation in insertContact()
1067 ops.add(ContentProviderOperation in insertContact()
1078 ops.add(ContentProviderOperation in insertContact()
1094 ops.add(ContentProviderOperation in insertContact()
1107 mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in insertContact()
1268 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in removeAllTestContactsInProfile() local
1269 ops.add(ContentProviderOperation.newDelete(RawContacts.CONTENT_URI) in removeAllTestContactsInProfile()
[all …]
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/
Dlocal_poc.h209 void *ops; member
223 struct tegra_drm_client_ops *ops; member
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
Dlocal_poc.h209 void *ops; member
223 struct tegra_drm_client_ops *ops; member
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java686 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in insertContact() local
687 ops.add(ContentProviderOperation in insertContact()
692 ops.add(ContentProviderOperation in insertContact()
699 ops.add(ContentProviderOperation.newInsert(ContactsContract.Data.CONTENT_URI) in insertContact()
708 return contentResolver.applyBatch(ContactsContract.AUTHORITY, ops)[0].uri; in insertContact()
/cts/hostsidetests/incident/src/com/android/server/cts/
DSettingsIncidentTest.java78 final List<SettingsOperationProto> ops = invoke(settings, "getHistoricalOperationsList"); in verifySettings() local
79 for (SettingsOperationProto op : ops) { in verifySettings()
/cts/tests/openglperf2/
Dcob_exporter.py39 bpy.ops.object.mode_set(mode='OBJECT', toggle=False)
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSmsManagerTest.java489 private void setModeForOps(String pkg, int mode, String... ops) throws Exception { in setModeForOps() argument
496 for (String op : ops) { in setModeForOps()