Home
last modified time | relevance | path

Searched defs:pendingChange (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A DSipDelegateControllerTest.java227 CompletableFuture<Boolean> pendingChange = controller.changeSupportedFeatureTags( in testChangeSupportedFeatures() local
H A DSipTransportControllerTest.java797 CompletableFuture<Boolean> pendingChange = createDelegate(controller, controllerContainer, in createDelegateAndVerify() local
812 CompletableFuture<Boolean> pendingChange = setChangeSupportedFeatureTagsFuture( in createDelegate() local
831 CompletableFuture<Boolean> pendingChange, Set<String> allowedTags, in verifyDelegateChanged()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUidObserverControllerTest.java138 final int pendingChange = changesToVerify.valueAt(i).second; in testMergeWithPendingChange() local
H A DActivityManagerServiceTest.java573 final ChangeRecord pendingChange = new ChangeRecord(); in testDispatchUids_dispatchNeededChanges() local
880 final ChangeRecord pendingChange = uidRecord.pendingChange; in testEnqueueUidChangeLocked_dispatchUidsChanged() local
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/
H A DSipTransportController.java727 CompletableFuture<Set<String>> pendingChange = pendingDestroy.thenCompose((ignore) -> { in reevaluateDelegates() local
881 CompletableFuture<Boolean> pendingChange = controller.changeSupportedFeatureTags( in changeSupportedFeatureTags() field in SipTransportController
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DUidRecord.java146 final ChangeRecord pendingChange = new ChangeRecord(); field in UidRecord
H A DUidObserverController.java133 static int mergeWithPendingChange(int currentChange, int pendingChange) { in mergeWithPendingChange()