/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
D | ContactsContract_StatusUpdatesTest.java | 47 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/ |
D | ScopedStorageCoreHostTest.java | 196 private void allowAppOps(String... ops) throws Exception { in allowAppOps() 202 private void denyAppOps(String... ops) throws Exception { in denyAppOps()
|
D | ScopedStorageHostTest.java | 383 private void allowAppOps(String... ops) throws Exception { in allowAppOps() 389 private void denyAppOps(String... ops) throws Exception { in denyAppOps()
|
D | LegacyStorageHostTest.java | 319 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/ |
D | ActivityManagerApi29Test.java | 284 CompletableFuture<HistoricalOps> ops = new CompletableFuture<>(); in testAppOpsHistoricalOps() local
|
/cts/tests/tests/appop/src/android/app/appops/cts/ |
D | HistoricalAppopsTest.kt | 332 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
|
D | DiscreteAppopsTest.kt | 1108 appOpsManager.getHistoricalOps(request, context.mainExecutor, Consumer { ops -> in <lambda>() method
|
/cts/tests/mediaprovider/src/android/provider/cts/media/ |
D | MediaStoreTest.java | 285 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/ |
D | CloneContactsSharingTest.java | 168 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in insertContactsDataThroughBatchOperations() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/ |
D | local_poc.h | 209 void *ops; member 223 struct tegra_drm_client_ops *ops; member
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/ |
D | local_poc.h | 209 void *ops; member 223 struct tegra_drm_client_ops *ops; member
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | CallDetailsTest.java | 375 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in insertContactWithPhoto() local
|
D | TestUtils.java | 959 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in insertContact() local
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | ContactsTest.java | 1157 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/ |
D | TestUtils.java | 947 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/ |
D | SmsManagerTest.java | 599 private void setModeForOps(String pkg, int mode, String... ops) throws Exception { in setModeForOps()
|