Home
last modified time | relevance | path

Searched defs:getCurrentState (Results 1 – 15 of 15) sorted by relevance

/frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/
DLifecycle.java112 public abstract State getCurrentState(); in getCurrentState() method in Lifecycle
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcControllerTest.java94 private IState getCurrentState() { in getCurrentState() method in DcControllerTest
DDataConnectionTest.java246 private IState getCurrentState() throws Exception { in getCurrentState() method in DataConnectionTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DTransformableView.java38 TransformState getCurrentState(int fadingView); in getCurrentState() method
DViewTransformationHelper.java60 public TransformState getCurrentState(int fadingView) { in getCurrentState() method in ViewTransformationHelper
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandlerTest.java92 private IState getCurrentState() { in getCurrentState() method in CdmaInboundSmsHandlerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DHybridNotificationView.java126 public TransformState getCurrentState(int fadingView) { in getCurrentState() method in HybridNotificationView
DNotificationHeaderViewWrapper.java210 public TransformState getCurrentState(int fadingView) { in getCurrentState() method in NotificationHeaderViewWrapper
DNotificationViewWrapper.java107 public TransformState getCurrentState(int fadingView) { in getCurrentState() method in NotificationViewWrapper
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmInboundSmsHandlerTest.java122 private IState getCurrentState() { in getCurrentState() method in GsmInboundSmsHandlerTest
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiControllerTest.java74 private IState getCurrentState() throws Exception { in getCurrentState() method in WifiControllerTest
DWifiStateMachineTest.java256 private IState getCurrentState() throws in getCurrentState() method in WifiStateMachineTest
/frameworks/support/lifecycle/runtime/src/main/java/androidx/lifecycle/
DLifecycleRegistry.java231 public State getCurrentState() { in getCurrentState() method in LifecycleRegistry
/frameworks/native/services/surfaceflinger/
DLayer.h533 inline const State& getCurrentState() const { return mCurrentState; } in getCurrentState() function
534 inline State& getCurrentState() { return mCurrentState; } in getCurrentState() function
/frameworks/base/core/java/com/android/internal/util/
DStateMachine.java1150 private final IState getCurrentState() { in getCurrentState() method in StateMachine.SmHandler
1392 public final IState getCurrentState() { in getCurrentState() method in StateMachine