/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2TransactionTest.java | 178 private static void addInsertContactOperations(ArrayList<ContentProviderOperation> ops) { in addInsertContactOperations() 207 private static void addInsertProfileOperations(ArrayList<ContentProviderOperation> ops) { in addInsertProfileOperations() 235 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testTransactionCallback_contactBatch() local 252 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testTransactionCallback_profileBatch() local 269 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testTransactionCallback_mixedBatch() local 290 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testTransactionCallback_mixedBatchReversed() local
|
D | CloneContactsProvider2Test.java | 131 ArrayList<ContentProviderOperation> ops) { in assertRejectedApplyBatchResults() 272 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in testCloneContactsApplyBatch() local
|
/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/ |
D | PerformanceTest.java | 170 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in doBulk() local 191 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in doBulk() local 202 resolver.applyBatch(collection.getAuthority(), ops); in doBulk() local 211 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in doBulk() local 221 resolver.applyBatch(collection.getAuthority(), ops); in doBulk() local
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/ |
D | ChannelDataManager.java | 295 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in scannedChannelHandlingCompleted() local 408 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in handleEvents() local 465 applyBatch(channel.getName(), ops); in handleEvents() local 469 applyBatch(channel.getName(), ops); in handleEvents() local 505 applyBatch(channel.getName(), ops); in handleEvents() local 528 applyBatch(channel.getName(), ops); in handleEvents() local 546 applyBatch(channel.getName(), ops); in handleEvents() local 551 applyBatch(channel.getName(), ops); in handleEvents() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
D | SimContactsTestHelper.java | 97 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in deleteAllSimContacts() local 124 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in captureRestoreSnapshot() local
|
/packages/apps/TV/src/com/android/tv/dvr/ |
D | DvrStorageStatusManager.java | 82 List<ContentProviderOperation> ops = getDeleteOps(); in doInBackground() local 130 List<ContentProviderOperation> ops = new ArrayList<>(); in getDeleteOps() local
|
/packages/modules/Virtualization/pvmfw/avb/src/ |
D | lib.rs | 22 mod ops; module
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/privacy/ |
D | RecentlyAccessedByUtils.java | 64 AppOpsManager.PackageOps ops = packageOps.get(i); in getAppList() local 89 AppOpsManager.PackageOps ops, IconDrawableFactory iconDrawableFactory) { in getRecentRequestFromOps()
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/privacy/ |
D | RecentlyAccessedByUtils.java | 64 AppOpsManager.PackageOps ops = packageOps.get(i); in getAppList() local 89 AppOpsManager.PackageOps ops, IconDrawableFactory iconDrawableFactory) { in getRecentRequestFromOps()
|
/packages/modules/Virtualization/libs/dice/open_dice/src/ |
D | lib.rs | 29 mod ops; module
|
/packages/apps/TV/src/com/android/tv/data/epg/ |
D | EpgFetchHelper.java | 92 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in updateEpgData() local 171 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in updateNetworkAffiliation() local
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/ |
D | RecentLocationApps.java | 91 AppOpsManager.PackageOps ops = appOps.get(i); in getAppList() local 168 AppOpsManager.PackageOps ops) { in getRequestFromOps()
|
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/ |
D | RecentLocationAppsCompat.java | 83 AppOpsManager.PackageOps ops = appOps.get(i); in getAppList() local 158 AppOpsManager.PackageOps ops) { in getRequestFromOps()
|
D | AppOpsManagerCompat.java | 44 public List<PackageOpsCompat> getPackagesForOps(int[] ops) { in getPackagesForOps()
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/ |
D | TestSyncAdapter.java | 61 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in onPerformSync() local
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
D | LevenshteinDistanceTest.java | 47 EditOperation[] ops = distance.getTargetOperations(); in verifyTargetOperations() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/database/ |
D | SimContactDaoTests.java | 506 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in seedCp2() local 525 ArrayList<ContentProviderOperation> ops) { in appendCreateContact() 542 … List<String> emails, AccountWithDataSet account, List<ContentProviderOperation> ops) { in appendCreateContact()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
D | ShadowAppOpsManager.java | 54 protected List<PackageOps> getPackagesForOps(int[] ops) { in getPackagesForOps()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactDeltaList.java | 212 private static String diffToString(ArrayList<ContentProviderOperation> ops) { in diffToString() 227 ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in diffToStringWrapper() local
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | LevenshteinDistance.kt | 79 val ops = arrayOfNulls<EditOperation>(trgLen) constant
|
/packages/apps/TV/src/com/android/tv/data/ |
D | ChannelLogoFetcher.java | 181 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in doInBackground() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/ |
D | CallLogPullRequest.java | 82 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in onPullComplete() local
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/ |
D | ReviewAccessibilityServicesActivity.java | 155 List<AppOpsManager.PackageOps> ops = appOpsManager.getOpsForPackage(appInfo.uid, in getLastAccessTime() local
|
/packages/apps/Messaging/tests/src/com/android/messaging/util/ |
D | ContactUtilTest.java | 71 final ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in addTestContact() local
|
/packages/apps/Contacts/src/com/android/contacts/database/ |
D | SimContactDaoImpl.java | 236 final ArrayList<ContentProviderOperation> ops = in importBatch() local 380 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in createImportOperations() local
|