HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentState (Results 1 - 25 of 57) sorted by null

1 2 3

  /packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
StateMachine.java 32 public State getCurrentState();
StateMachineImpl.java 78 public State getCurrentState() {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiControllerTest.java 69 private IState getCurrentState() throws Exception {
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().getName())
    [all...]
WifiStateMachineTest.java 258 private IState getCurrentState() throws
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().getName())
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
TransformableView.java 38 TransformState getCurrentState(int fadingView);
ViewTransformationHelper.java 58 public TransformState getCurrentState(int fadingView) {
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);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixGrabber.java 32 public void getCurrentState(GL10 gl) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmInboundSmsHandlerTest.java 109 private IState getCurrentState() {
111 Method method = StateMachine.class.getDeclaredMethod("getCurrentState");
183 assertEquals("StartupState", getCurrentState().getName());
189 assertEquals("IdleState", getCurrentState().getName());
198 assertEquals("WaitingState", getCurrentState().getName());
207 assertEquals("WaitingState", getCurrentState().getName());
212 assertEquals("IdleState", getCurrentState().getName());
233 assertEquals("IdleState", getCurrentState().getName());
250 assertEquals("IdleState", getCurrentState().getName());
259 assertEquals("WaitingState", getCurrentState().getName())
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaInboundSmsHandlerTest.java 90 private IState getCurrentState() {
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/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HybridNotificationView.java 84 TransformState otherState = notification.getCurrentState(
98 TransformState otherState = notification.getCurrentState(
134 public TransformState getCurrentState(int fadingView) {
135 return mTransformationHelper.getCurrentState(fadingView);
NotificationTemplateViewWrapper.java 59 TransformState otherState = notification.getCurrentState(
85 TransformState otherState = notification.getCurrentState(
NotificationViewWrapper.java 125 public TransformState getCurrentState(int fadingView) {
NotificationHeaderViewWrapper.java 292 public TransformState getCurrentState(int fadingView) {
293 return mTransformationHelper.getCurrentState(fadingView);
  /art/tools/dexfuzz/src/dexfuzz/
StreamConsumer.java 173 Log.error("state was: " + getCurrentState());
199 private synchronized State getCurrentState() {
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
DrawIdler.java 53 public int getCurrentState() {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DcControllerTest.java 81 private IState getCurrentState() {
83 Method method = StateMachine.class.getDeclaredMethod("getCurrentState");
118 assertEquals("DccDefaultState", getCurrentState().getName());
DataConnectionTest.java 167 private IState getCurrentState() throws Exception {
168 Method method = StateMachine.class.getDeclaredMethod("getCurrentState");
184 assertEquals("DcInactiveState", getCurrentState().getName());
204 assertEquals("DcActiveState", getCurrentState().getName());
218 assertEquals("DcInactiveState", getCurrentState().getName());
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
AutoEscaper.java 106 AutoEscapeContext.AutoEscapeState startState = autoEscapeContext.getCurrentState();
111 AutoEscapeContext.AutoEscapeState endState = autoEscapeContext.getCurrentState();
179 AutoEscapeContext.AutoEscapeState ifEndState = autoEscapeContext.getCurrentState();
190 AutoEscapeContext.AutoEscapeState elseEndState = autoEscapeContext.getCurrentState();
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
DefaultRenderingContext.java 261 startingAutoEscapeState = autoEscapeContext.getCurrentState();
278 if (!startingAutoEscapeState.equals(autoEscapeContext.getCurrentState())) {
283 + " but ends in different context " + autoEscapeContext.getCurrentState(),
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeListView.java 145 ModeListState getCurrentState() {
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 319 return getCurrentState().getFunctionName();
331 return getCurrentState().getEscapeMode();
342 public AutoEscapeState getCurrentState() {
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
PendingAttachmentData.java 89 public int getCurrentState() {
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 620 if (getCurrentState() == mDisconnected) {
625 IState currentState = getCurrentState();
654 if (getCurrentState() == mConnected) {
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.h 399 inline const State& getCurrentState() const { return mCurrentState; }
400 inline State& getCurrentState() { return mCurrentState; }

Completed in 934 milliseconds

1 2 3