Searched defs:getCurrentState (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DTransformableView.java38 TransformState getCurrentState(int fadingView); method in interface:TransformableView
H A DViewTransformationHelper.java58 public TransformState getCurrentState(int fadingView) { method in class:ViewTransformationHelper
106 TransformState ownState = getCurrentState(viewType);
114 TransformState otherState = notification.getCurrentState(viewType);
163 TransformState ownState = getCurrentState(viewType);
171 TransformState otherState = notification.getCurrentState(viewType);
189 TransformState ownState = getCurrentState(viewType);
199 TransformState ownState = getCurrentState(viewType);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandlerTest.java90 private IState getCurrentState() { method in class:CdmaInboundSmsHandlerTest
92 Method method = StateMachine.class.getDeclaredMethod("getCurrentState");
168 assertEquals("StartupState", getCurrentState().getName());
174 assertEquals("IdleState", getCurrentState().getName());
193 assertEquals("WaitingState", getCurrentState().getName());
201 assertEquals("WaitingState", getCurrentState().getName());
206 assertEquals("IdleState", getCurrentState().getName());
224 assertEquals("IdleState", getCurrentState().getName());
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcControllerTest.java81 private IState getCurrentState() { method in class:DcControllerTest
83 Method method = StateMachine.class.getDeclaredMethod("getCurrentState");
118 assertEquals("DccDefaultState", getCurrentState().getName());
H A DDataConnectionTest.java167 private IState getCurrentState() throws Exception { method in class:DataConnectionTest
168 Method method = StateMachine.class.getDeclaredMethod("getCurrentState");
184 assertEquals("DcInactiveState", getCurrentState().getName());
204 assertEquals("DcActiveState", getCurrentState().getName());
218 assertEquals("DcInactiveState", getCurrentState().getName());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DHybridNotificationView.java84 TransformState otherState = notification.getCurrentState(
98 TransformState otherState = notification.getCurrentState(
134 public TransformState getCurrentState(int fadingView) { method in class:HybridNotificationView
135 return mTransformationHelper.getCurrentState(fadingView);
H A DNotificationHeaderViewWrapper.java292 public TransformState getCurrentState(int fadingView) { method in class:NotificationHeaderViewWrapper
293 return mTransformationHelper.getCurrentState(fadingView);
H A DNotificationViewWrapper.java125 public TransformState getCurrentState(int fadingView) { method in class:NotificationViewWrapper
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiControllerTest.java69 private IState getCurrentState() throws Exception { method in class:WifiControllerTest
70 Method method = StateMachine.class.getDeclaredMethod("getCurrentState");
115 assertEquals("StaDisabledWithScanState", getCurrentState().getName());
120 assertEquals("DeviceActiveState", getCurrentState().getName());
125 assertEquals("StaDisabledWithScanState", getCurrentState().getName());
130 assertEquals("DeviceActiveState", getCurrentState().getName());
153 assertEquals("EcmState", getCurrentState().getName());
155 assertEquals("DeviceActiveState", getCurrentState().getName());
169 assertEquals("DeviceActiveState", getCurrentState().getName());
178 assertEquals("DeviceActiveState", getCurrentState()
[all...]
H A DWifiStateMachineTest.java258 private IState getCurrentState() throws method in class:WifiStateMachineTest
260 Method method = StateMachine.class.getDeclaredMethod("getCurrentState");
433 assertEquals("InitialState", getCurrentState().getName());
437 assertEquals("InitialState", getCurrentState().getName());
448 assertEquals("SupplicantStartingState", getCurrentState().getName());
464 assertEquals("DisconnectedState", getCurrentState().getName());
475 assertEquals("InitialState", getCurrentState().getName());
480 assertEquals("InitialState", getCurrentState().getName());
485 assertEquals("InitialState", getCurrentState().getName());
499 assertEquals("InitialState", getCurrentState()
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGsmInboundSmsHandlerTest.java109 private IState getCurrentState() { method in class:GsmInboundSmsHandlerTest
111 Method method = StateMachine.class.getDeclaredMethod("getCurrentState");
184 assertEquals("StartupState", getCurrentState().getName());
190 assertEquals("IdleState", getCurrentState().getName());
199 assertEquals("WaitingState", getCurrentState().getName());
208 assertEquals("WaitingState", getCurrentState().getName());
213 assertEquals("IdleState", getCurrentState().getName());
234 assertEquals("IdleState", getCurrentState().getName());
251 assertEquals("IdleState", getCurrentState().getName());
260 assertEquals("WaitingState", getCurrentState()
[all...]
/frameworks/native/services/surfaceflinger/
H A DLayer.h399 inline const State& getCurrentState() const { return mCurrentState; } function in class:android::Layer
400 inline State& getCurrentState() { return mCurrentState; } function in class:android::Layer
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java1133 private final IState getCurrentState() { method in class:StateMachine.SmHandler
1343 protected final IState getCurrentState() { method in class:StateMachine
1347 return smh.getCurrentState();
1503 smh.mLogRecords.add(this, smh.getCurrentMessage(), string, smh.getCurrentState(),
2021 pw.println("curState=" + getCurrentState().getName());
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 228 milliseconds