Searched defs:pendingChange (Results 1 – 7 of 7) sorted by relevance
227 CompletableFuture<Boolean> pendingChange = controller.changeSupportedFeatureTags( in testChangeSupportedFeatures() local
797 CompletableFuture<Boolean> pendingChange = createDelegate(controller, controllerContainer, in createDelegateAndVerify() local812 CompletableFuture<Boolean> pendingChange = setChangeSupportedFeatureTagsFuture( in createDelegate() local831 CompletableFuture<Boolean> pendingChange, Set<String> allowedTags, in verifyDelegateChanged()
138 final int pendingChange = changesToVerify.valueAt(i).second; in testMergeWithPendingChange() local
573 final ChangeRecord pendingChange = new ChangeRecord(); in testDispatchUids_dispatchNeededChanges() local880 final ChangeRecord pendingChange = uidRecord.pendingChange; in testEnqueueUidChangeLocked_dispatchUidsChanged() local
727 CompletableFuture<Set<String>> pendingChange = pendingDestroy.thenCompose((ignore) -> { in reevaluateDelegates() local881 CompletableFuture<Boolean> pendingChange = controller.changeSupportedFeatureTags( in changeSupportedFeatureTags() field in SipTransportController
146 final ChangeRecord pendingChange = new ChangeRecord(); field in UidRecord
133 static int mergeWithPendingChange(int currentChange, int pendingChange) { in mergeWithPendingChange()