Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_StatusUpdatesTest.java47 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in setUp() local
103 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in insertStatusUpdate() local
119 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in assertRowCount() local
128 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in assertPresence() local
138 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in assertStatus() local
/cts/hostsidetests/incident/src/com/android/server/cts/
DSettingsIncidentTest.java78 final List<SettingsOperationProto> ops = invoke(settings, "getHistoricalOperationsList"); in verifySettings() local
/cts/tests/tests/appop/src/android/app/appops/cts/
DHistoricalAppopsTest.kt220 val ops = getHistoricalOpsFromDiskRaw(appOpsManager!!, uid, packageName!!, in <lambda>() constant
380 Consumer { ops -> in <lambda>() method
444 Consumer { ops -> in <lambda>() method
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/
Dlocal_poc.h209 void *ops; member
223 struct tegra_drm_client_ops *ops; member
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DContactsTest.java1040 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in insertContact() local
1268 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in removeAllTestContactsInProfile() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
Dlocal_poc.h209 void *ops; member
223 struct tegra_drm_client_ops *ops; member
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSmsManagerTest.java489 private void setModeForOps(String pkg, int mode, String... ops) throws Exception { in setModeForOps()
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java686 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in insertContact() local