Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 12 of 12) 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.java131 private void allowAppOps(String... ops) throws Exception { in allowAppOps()
137 private void denyAppOps(String... ops) throws Exception { in denyAppOps()
DScopedStorageHostTest.java341 private void allowAppOps(String... ops) throws Exception { in allowAppOps()
347 private void denyAppOps(String... ops) throws Exception { in denyAppOps()
/cts/tests/app/src/android/app/cts/
DActivityManagerApi29Test.java283 CompletableFuture<HistoricalOps> ops = new CompletableFuture<>(); in testAppOpsHistoricalOps() local
/cts/tests/tests/provider/src/android/provider/cts/media/
DMediaStoreTest.java287 private void setAppOpsModeForUid(int uid, int mode, @NonNull String... ops) { in setAppOpsModeForUid()
/cts/tests/tests/permission/src/android/permission/cts/
DLocationAccessCheckTest.java179 List<AppOpsManager.PackageOps> ops = runWithShellPermissionIdentity( in accessLocation() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
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-8432/
Dlocal_poc.h209 void *ops; member
223 struct tegra_drm_client_ops *ops; member
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java763 public static void allowAppOpsToUid(int uid, @NonNull String... ops) { in allowAppOpsToUid()
772 public static void denyAppOpsToUid(int uid, @NonNull String... ops) { in denyAppOpsToUid()
1506 public static void setAppOpsModeForUid(int uid, int mode, @NonNull String... ops) { in setAppOpsModeForUid()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSmsManagerTest.java544 private void setModeForOps(String pkg, int mode, String... ops) throws Exception { in setModeForOps()
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java774 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in insertContact() local