Home
last modified time | relevance | path

Searched +defs:state +defs:delegate (Results 1 – 25 of 1318) sorted by relevance

12345678910>>...53

/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/systemui/keyguard/
DExperimentalCarKeyguardServiceTest.java148 KeyguardServiceDelegate delegate = getKeyguardState(SECONDARY_USER_ID).mKeyguardDelegate; in onInit_initializeCurrentPassengerUsers() local
185 KeyguardServiceDelegate delegate = getKeyguardState(SECONDARY_USER_ID).mKeyguardDelegate; in onSecondaryUserVisible_initKeyguard() local
194 KeyguardServiceDelegate delegate = getKeyguardState(SECONDARY_USER_ID).mKeyguardDelegate; in onUserInvisible_removeKeyguard() local
214 KeyguardServiceDelegate delegate = getKeyguardState(SECONDARY_USER_ID).mKeyguardDelegate; in onDisplayOn_notifiesDelegate() local
227 KeyguardServiceDelegate delegate = getKeyguardState(SECONDARY_USER_ID).mKeyguardDelegate; in onDisplayOff_notifiesDelegate() local
239 ExperimentalCarKeyguardService.KeyguardState state = getKeyguardState(SECONDARY_USER_ID); in addLockedStateListener_registerToDelegateOnce() local
255 ExperimentalCarKeyguardService.KeyguardState state = getKeyguardState(SECONDARY_USER_ID); in removeLastLockedStateListener_unregistersFromDelegate() local
271 ExperimentalCarKeyguardService.KeyguardState state = getKeyguardState(SECONDARY_USER_ID); in onLockedStateChanged_notifiesListener() local
333 ExperimentalCarKeyguardService.KeyguardState state = in getKeyguardState() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
H A DDispatchedTask.kt51 internal abstract val delegate: Continuation<T> constant in kotlinx.coroutines.DispatchedTask
84 val delegate = delegate as DispatchedContinuation<T> in getSuccessfulResult() constant
88 val state = takeState() // NOTE: Must take state in any case, even if cancelled in getSuccessfulResult() constant
150 val delegate = this.delegate in dispatch() constant
170 val state = takeState() in resume() constant
H A DDispatchedContinuation.kt100 _reusableCancellableContinuation.loop { state -> in <lambda>() method
144 _reusableCancellableContinuation.loop { state -> in <lambda>() method
164 _reusableCancellableContinuation.loop { state -> in <lambda>() method
181 val state = _state in <lambda>() constant
187 override val delegate: Continuation<T> in <lambda>() constant
192 val state = result.toState() in <lambda>() constant
213 val state = result.toState(onCancellation) in <lambda>() constant
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
H A DSipDelegateManagerTest.java137 public TestSipDelegate delegate; field in SipDelegateManagerTest.TransportInterfaces
846 TestSipDelegate delegate = createSipDelegateConnectionAndVerify(manager, delegateConn, in testImsServiceDisconnected() local
1086 TestSipDelegate delegate = getSipDelegate(transportImpl, Collections.emptySet(), 0); in testCreateDelegateMessagingAppChangesToApp() local
1227 SipDialogState state = new SipDialogState.Builder(SipDialogState.STATE_CONFIRMED).build(); in testSipDialogStateDescribeContents() local
1235 SipDialogState state = new SipDialogState.Builder(SipDialogState.STATE_CONFIRMED).build(); in testParcelUnparcelSipDialogState() local
1370 TestSipDelegate delegate = createSipDelegateConnectionAndVerify(manager, delegateConn, in testFeatureTagDeniedByCarrierConfig() local
1790 DelegateRegistrationState state = getDeregisteringState(regFeatures, in testActiveSessionDeregistering() local
1823 DelegateRegistrationState state = getDeregisteringState(regFeatures, in testActiveSessionDeregisteringNoResponse() local
1857 DelegateRegistrationState state = getDeregisteringState(regFeatures, in testMultipleActiveSessionDeregisteringNoResponse() local
1885 DelegateRegistrationState state = getDeregisteringState(regFeatures, in testActiveSessionDeregisteringNewInviteDenied() local
[all …]
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
H A DAbstractFuture.java92 private State state; field in AbstractFuture
94 private @Nullable Future<? extends V> delegate; field in AbstractFuture
316 boolean permitsPublicUserToTransitionTo(State state) { in permitsPublicUserToTransitionTo()
331 boolean permitsPublicUserToTransitionTo(State state) { in permitsPublicUserToTransitionTo()
365 boolean permitsPublicUserToTransitionTo(State state) { in permitsPublicUserToTransitionTo()
392 final ListenableFuture<? extends V> delegate; field in AbstractFuture.SetFuture
394 SetFuture(ListenableFuture<? extends V> delegate) { in SetFuture()
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/conn/
H A DClientConnectionManagerFactory.java51 private InstrumentedHttpClientConnectionManager(HttpClientConnectionManager delegate) { in InstrumentedHttpClientConnectionManager()
56 public ConnectionRequest requestConnection(HttpRoute route, Object state) { in requestConnection()
67 private final HttpClientConnectionManager delegate; field in ClientConnectionManagerFactory.DelegatingHttpClientConnectionManager
69 protected DelegatingHttpClientConnectionManager(HttpClientConnectionManager delegate) { in DelegatingHttpClientConnectionManager()
74 public ConnectionRequest requestConnection(HttpRoute route, Object state) { in requestConnection()
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DClusterResolverLoadBalancer.java92 private final GracefulSwitchLoadBalancer delegate; field in ClusterResolverLoadBalancer
181 ClusterState state; in acceptResolvedAddresses() local
222 ClusterState state = clusterStates.get(cluster); in handleEndpointResourceUpdate() local
268 ClusterState state = clusterStates.get(cluster); in handleEndpointResolutionError() local
288 private final Helper delegate; field in ClusterResolverLoadBalancer.ClusterResolverLbState.RefreshableHelper
290 private RefreshableHelper(Helper delegate) { in RefreshableHelper()
304 protected Helper delegate() { in delegate() method in ClusterResolverLoadBalancer.ClusterResolverLbState.RefreshableHelper
H A DWeightedRoundRobinLoadBalancer.java154 private final Helper delegate; field in WeightedRoundRobinLoadBalancer.WrrHelper
166 protected Helper delegate() { in delegate() method in WeightedRoundRobinLoadBalancer.WrrHelper
178 private final Subchannel delegate; field in WeightedRoundRobinLoadBalancer.WrrSubchannel
183 WrrSubchannel(Subchannel delegate) { in WrrSubchannel()
217 protected Subchannel delegate() { in delegate() method in WeightedRoundRobinLoadBalancer.WrrSubchannel
416 ObjectState state = new ObjectState(Math.max(weight, MINIMUM_WEIGHT), index); in add() local
/aosp_15_r20/external/cronet/base/test/
H A Dtest_support_android.cc32 raw_ptr<base::MessagePump::Delegate> delegate; member
86 void Attach(base::MessagePump::Delegate* delegate) override {} in Attach()
88 void Run(base::MessagePump::Delegate* delegate) override { in Run()
91 RunState state(delegate, g_state ? g_state->run_depth + 1 : 1); in Run() local
126 void RunNested(base::MessagePump::Delegate* delegate) { in RunNested()
/aosp_15_r20/external/libchrome/base/test/
H A Dtest_support_android.cc30 base::MessagePump::Delegate* delegate; member
85 void Attach(base::MessagePump::Delegate* delegate) override {} in Attach()
87 void Run(base::MessagePump::Delegate* delegate) override { in Run()
90 RunState state(delegate, g_state ? g_state->run_depth + 1 : 1); in Run() local
106 void RunNested(base::MessagePump::Delegate* delegate) { in RunNested()
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/orca/
H A DOrcaOobUtil.java143 public static LoadBalancer.Helper newOrcaReportingHelper(LoadBalancer.Helper delegate) { in newOrcaReportingHelper()
152 LoadBalancer.Helper delegate, in newOrcaReportingHelper()
220 private final LoadBalancer.Helper delegate; field in OrcaOobUtil.OrcaReportingHelper
226 LoadBalancer.Helper delegate, in OrcaReportingHelper()
236 protected Helper delegate() { in delegate() method in OrcaOobUtil.OrcaReportingHelper
281 private ConnectivityStateInfo state = ConnectivityStateInfo.forNonError(IDLE); field in OrcaOobUtil.OrcaReportingHelper.OrcaReportingState
517 private final Subchannel delegate; field in OrcaOobUtil.SubchannelImpl
521 SubchannelImpl(Subchannel delegate, OrcaReportingHelper.OrcaReportingState orcaState) { in SubchannelImpl()
527 protected Subchannel delegate() { in delegate() method in OrcaOobUtil.SubchannelImpl
/aosp_15_r20/frameworks/base/core/java/android/hardware/input/
H A DInputManagerGlobal.java641 void notifyBatteryStateChanged(IInputDeviceBatteryState state) { in notifyBatteryStateChanged()
687 final InputDeviceBatteryListenerDelegate delegate = in addInputDeviceBatteryListener() local
745 public void onBatteryStateChanged(IInputDeviceBatteryState state) { in onBatteryStateChanged()
770 final IInputDeviceBatteryState state = mIm.getBatteryState(deviceId); in getInputDeviceBatteryState() local
819 void notifyKeyboardBacklightChange(int deviceId, IKeyboardBacklightState state, in notifyKeyboardBacklightChange()
831 public void onBrightnessChanged(int deviceId, IKeyboardBacklightState state, in onBrightnessChanged()
893 KeyboardBacklightListenerDelegate delegate = in registerKeyboardBacklightListener() local
1045 StickyModifierStateListenerDelegate delegate = in registerStickyModifierStateListener() local
1132 KeyGestureEventListenerDelegate delegate = in registerKeyGestureEventListener() local
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.9.0-alpha04/androidx.navigation_navigation-fragment/android_common_apex30/aar/
Dclasses.jar ... Function0 { final synthetic kotlin.Lazy $backStackEntry$delegate public void <init> (kotlin.Lazy) ...
Dandroidx.navigation_navigation-fragment.jar ... Function0 { final synthetic kotlin.Lazy $backStackEntry$delegate public void <init> (kotlin.Lazy) ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.9.0-alpha04/androidx.navigation_navigation-fragment/android_common_apex34/aar/
Dclasses.jar ... Function0 { final synthetic kotlin.Lazy $backStackEntry$delegate public void <init> (kotlin.Lazy) ...
Dandroidx.navigation_navigation-fragment.jar ... Function0 { final synthetic kotlin.Lazy $backStackEntry$delegate public void <init> (kotlin.Lazy) ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/navigation/navigation-fragment/2.9.0-alpha04/androidx.navigation_navigation-fragment/android_common/aar/
Dclasses.jar ... Function0 { final synthetic kotlin.Lazy $backStackEntry$delegate public void <init> (kotlin.Lazy) ...
Dandroidx.navigation_navigation-fragment.jar ... Function0 { final synthetic kotlin.Lazy $backStackEntry$delegate public void <init> (kotlin.Lazy) ...
/aosp_15_r20/hardware/interfaces/audio/aidl/default/include/core-impl/
H A DStream.h221 void switchToTransientState(StreamDescriptor::State state) { in switchToTransientState()
367 explicit StreamCommonDelegator(const std::shared_ptr<StreamCommonInterface>& delegate) in StreamCommonDelegator()
372 auto delegate = mDelegate.lock(); in close() local
377 auto delegate = mDelegate.lock(); in prepareToClose() local
382 auto delegate = mDelegate.lock(); in updateHwAvSyncId() local
388 auto delegate = mDelegate.lock(); in getVendorParameters() local
394 auto delegate = mDelegate.lock(); in setVendorParameters() local
401 auto delegate = mDelegate.lock(); in addEffect() local
408 auto delegate = mDelegate.lock(); in removeEffect() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/phone/
DStatusBarTransitionAnimatorController.java20 …private final com.android.systemui.animation.ActivityTransitionAnimator.Controller delegate = null; field in StatusBarTransitionAnimatorController
36 public StatusBarTransitionAnimatorController(@org.jetbrains.annotations.NotNull() in StatusBarTransitionAnimatorController()
65 public void onTransitionAnimationProgress(@org.jetbrains.annotations.NotNull() in onTransitionAnimationProgress()
/aosp_15_r20/external/cronet/net/socket/
H A Dsocks_connect_job.cc45 ConnectJob::Delegate* delegate, in Create()
57 ConnectJob::Delegate* delegate, in SOCKSConnectJob()
129 State state = next_state_; in DoLoop() local
/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_pump_glib.cc164 Delegate* delegate; member
277 void MessagePumpGlib::Run(Delegate* delegate) { in Run()
282 RunState state; in Run() local
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Djob_task_source.cc94 PooledTaskRunnerDelegate* delegate) in JobTaskSource()
157 const auto state = TS_UNCHECKED_READ(state_).Load(); in RunJoinTask() local
183 auto state = state_.Load(); in WaitForParticipationOpportunity() local
257 const auto state = TS_UNCHECKED_READ(state_).Load(); in GetRemainingConcurrency() local
270 auto state = state_.Load(); in IsActive() local
/aosp_15_r20/external/cronet/base/task/sequence_manager/
H A Dthread_controller_with_message_pump_impl_unittest.cc184 void SetHasPendingHighResolutionTasks(bool state) { in SetHasPendingHighResolutionTasks()
363 .WillOnce(Invoke([&log, this](MessagePump::Delegate* delegate) { in TEST_F()
371 .WillOnce(Invoke([&log, this](MessagePump::Delegate* delegate) { in TEST_F()
429 .WillOnce(Invoke([&log, this](MessagePump::Delegate* delegate) { in TEST_F()
435 .WillOnce(Invoke([&log, this](MessagePump::Delegate* delegate) { in TEST_F()
532 .WillOnce(Invoke([&](MessagePump::Delegate* delegate) { in TEST_F()
558 .WillOnce(Invoke([&](MessagePump::Delegate* delegate) { in TEST_F()
595 .WillOnce(Invoke([&](MessagePump::Delegate* delegate) { in TEST_F()
682 .WillOnce(Invoke([this](MessagePump::Delegate* delegate) { in TEST_F()
799 .WillOnce(Invoke([&](MessagePump::Delegate* delegate) { in TEST_F()
[all …]
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DInternalSubchannel.java153 private volatile ConnectivityStateInfo state = ConnectivityStateInfo.forNonError(IDLE); field in InternalSubchannel
654 private final ConnectionClientTransport delegate; field in InternalSubchannel.CallTracingTransport
657 private CallTracingTransport(ConnectionClientTransport delegate, CallTracer callTracer) { in CallTracingTransport()
663 protected ConnectionClientTransport delegate() { in delegate() method in InternalSubchannel.CallTracingTransport

12345678910>>...53