Searched refs:newUpdate (Results 1 – 9 of 9) sorted by relevance
176 frontend::Update& newUpdate, in addCommittedTransactions() argument182 update.transactionIds.reserve(newUpdate.transactions.size()); in addCommittedTransactions()183 for (const auto& transaction : newUpdate.transactions) { in addCommittedTransactions()190 update.createdLayers = std::move(newUpdate.layerCreationArgs); in addCommittedTransactions()191 newUpdate.layerCreationArgs.clear(); in addCommittedTransactions()192 update.destroyedLayerHandles.reserve(newUpdate.destroyedHandles.size()); in addCommittedTransactions()193 for (auto& [handle, _] : newUpdate.destroyedHandles) { in addCommittedTransactions()
182 .newUpdate(uri) in newUpdateOperation()
260 ContentProviderOperation op1 = ContentProviderOperation.newUpdate(sTestUri1) in testSelectionBackRefs()
193 public static @NonNull Builder newUpdate(@NonNull Uri uri) { in newUpdate() method in ContentProviderOperation
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
3736 HSPLandroid/content/ContentProviderOperation;->newUpdate(Landroid/net/Uri;)Landroid/content/Content…
6953 … method public static android.content.ContentProviderOperation.Builder newUpdate(android.net.Uri);
3739 HSPLandroid/content/ContentProviderOperation;->newUpdate(Landroid/net/Uri;)Landroid/content/Content…
10298 …method @NonNull public static android.content.ContentProviderOperation.Builder newUpdate(@NonNull …