Home
last modified time | relevance | path

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

/cts/tests/tests/contactsprovider/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/scopedstorage/host/src/android/scopedstorage/cts/host/
DScopedStorageCoreHostTest.java196 private void allowAppOps(String... ops) throws Exception { in allowAppOps()
202 private void denyAppOps(String... ops) throws Exception { in denyAppOps()
DScopedStorageHostTest.java383 private void allowAppOps(String... ops) throws Exception { in allowAppOps()
389 private void denyAppOps(String... ops) throws Exception { in denyAppOps()
DLegacyStorageHostTest.java319 private void allowAppOps(String... ops) throws Exception { in allowAppOps()
326 private void denyAppOps(String... ops) throws Exception { in denyAppOps()
/cts/tests/app/src/android/app/cts/
DActivityManagerApi29Test.java284 CompletableFuture<HistoricalOps> ops = new CompletableFuture<>(); in testAppOpsHistoricalOps() local
/cts/tests/tests/appop/src/android/app/appops/cts/
DHistoricalAppopsTest.kt332 val ops = getHistoricalOpsFromDiskRaw(uid, packageName, null /*opNames*/, in <lambda>() constant
517 appOpsManager.getHistoricalOps(request, context.mainExecutor, Consumer { ops -> in <lambda>() method
593 Consumer { ops -> in <lambda>() method
DDiscreteAppopsTest.kt1108 appOpsManager.getHistoricalOps(request, context.mainExecutor, Consumer { ops -> in <lambda>() method
/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStoreTest.java285 private void setAppOpsModeForUid(int uid, int mode, @NonNull String... ops) { in setAppOpsModeForUid()
/cts/hostsidetests/appcloning/test-apps/AppCloningContactsSharingApps/CloneProfileAppWithLaunchableActivity/src/com/android/cts/launchable/cloneprofile/contacts/app/
DCloneContactsSharingTest.java168 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in insertContactsDataThroughBatchOperations() local
/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/
DCallDetailsTest.java375 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in insertContactWithPhoto() local
DTestUtils.java959 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in insertContact() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DContactsTest.java1157 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in insertContact() local
1421 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in removeAllTestContactsInProfile() local
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java947 public static void allowAppOpsToUid(int uid, @NonNull String... ops) { in allowAppOpsToUid()
956 public static void denyAppOpsToUid(int uid, @NonNull String... ops) { in denyAppOpsToUid()
2055 public static void setAppOpsModeForUid(int uid, int mode, @NonNull String... ops) { in setAppOpsModeForUid()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSmsManagerTest.java599 private void setModeForOps(String pkg, int mode, String... ops) throws Exception { in setModeForOps()