HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentState (Results 1 - 25 of 65) 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/native/services/surfaceflinger/
LayerVector.cpp 35 uint32_t ls = l->getCurrentState().layerStack;
36 uint32_t rs = r->getCurrentState().layerStack;
40 uint32_t lz = l->getCurrentState().z;
41 uint32_t rz = r->getCurrentState().z;
51 auto& state = (stateSet == StateSet::Current) ? layer->getCurrentState()
63 auto& state = (stateSet == StateSet::Current) ? layer->getCurrentState()
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiControllerTest.java 73 private IState getCurrentState() throws Exception {
74 Method method = StateMachine.class.getDeclaredMethod("getCurrentState");
133 assertEquals("StaDisabledWithScanState", getCurrentState().getName());
138 assertEquals("DeviceActiveState", getCurrentState().getName());
143 assertEquals("StaDisabledWithScanState", getCurrentState().getName());
148 assertEquals("DeviceActiveState", getCurrentState().getName());
171 assertEquals("EcmState", getCurrentState().getName());
173 assertEquals("DeviceActiveState", getCurrentState().getName());
187 assertEquals("DeviceActiveState", getCurrentState().getName());
196 assertEquals("DeviceActiveState", getCurrentState().getName())
    [all...]
WifiStateMachineTest.java 262 private IState getCurrentState() throws
264 Method method = StateMachine.class.getDeclaredMethod("getCurrentState");
481 assertEquals("InitialState", getCurrentState().getName());
485 assertEquals("InitialState", getCurrentState().getName());
495 assertEquals("DisconnectedState", getCurrentState().getName());
518 assertEquals("SoftApState", getCurrentState().getName());
563 assertEquals("InitialState", getCurrentState().getName());
578 assertEquals("InitialState", getCurrentState().getName());
584 assertEquals("InitialState", getCurrentState().getName());
590 assertEquals("InitialState", getCurrentState().getName())
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
TransformableView.java 38 TransformState getCurrentState(int fadingView);
ViewTransformationHelper.java 59 public TransformState getCurrentState(int fadingView) {
107 TransformState ownState = getCurrentState(viewType);
115 TransformState otherState = notification.getCurrentState(viewType);
164 TransformState ownState = getCurrentState(viewType);
172 TransformState otherState = notification.getCurrentState(viewType);
190 TransformState ownState = getCurrentState(viewType);
200 TransformState ownState = getCurrentState(viewType);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixGrabber.java 32 public void getCurrentState(GL10 gl) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
CustomInterpolatorTransformation.java 48 TransformState otherState = notification.getCurrentState(mViewType);
69 TransformState otherState = notification.getCurrentState(mViewType);
HybridNotificationView.java 84 TransformState otherState = notification.getCurrentState(
98 TransformState otherState = notification.getCurrentState(
134 public TransformState getCurrentState(int fadingView) {
135 return mTransformationHelper.getCurrentState(fadingView);
NotificationHeaderViewWrapper.java 242 public TransformState getCurrentState(int fadingView) {
243 return mTransformationHelper.getCurrentState(fadingView);
NotificationTemplateViewWrapper.java 59 TransformState otherState = notification.getCurrentState(
85 TransformState otherState = notification.getCurrentState(
NotificationViewWrapper.java 137 public TransformState getCurrentState(int fadingView) {
  /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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmInboundSmsHandlerTest.java 121 private IState getCurrentState() {
123 Method method = StateMachine.class.getDeclaredMethod("getCurrentState");
196 assertEquals("StartupState", getCurrentState().getName());
202 assertEquals("IdleState", getCurrentState().getName());
211 assertEquals("WaitingState", getCurrentState().getName());
220 assertEquals("WaitingState", getCurrentState().getName());
225 assertEquals("IdleState", getCurrentState().getName());
246 assertEquals("IdleState", getCurrentState().getName());
263 assertEquals("IdleState", getCurrentState().getName());
272 assertEquals("WaitingState", getCurrentState().getName())
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachineTest.java 74 assertTrue(mockSM.getCurrentState() instanceof HeadsetClientStateMachine.Disconnected);
115 assertTrue(mockSM.getCurrentState() instanceof HeadsetClientStateMachine.Connecting);
133 assertTrue(mockSM.getCurrentState() instanceof HeadsetClientStateMachine.Connected);
173 assertTrue(mockSM.getCurrentState() instanceof HeadsetClientStateMachine.Connecting);
184 assertTrue(mockSM.getCurrentState() instanceof HeadsetClientStateMachine.Disconnected);
  /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 87 private IState getCurrentState() {
89 Method method = StateMachine.class.getDeclaredMethod("getCurrentState");
124 assertEquals("DccDefaultState", getCurrentState().getName());
DataConnectionTest.java 171 private IState getCurrentState() throws Exception {
172 Method method = StateMachine.class.getDeclaredMethod("getCurrentState");
188 assertEquals("DcInactiveState", getCurrentState().getName());
211 assertEquals("DcActiveState", getCurrentState().getName());
225 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/Bluetooth/src/com/android/bluetooth/mapclient/
MceStateMachine.java 167 IState currentState = this.getCurrentState();
200 if (this.getCurrentState() == mConnected) {
242 if (this.getCurrentState() == mConnected) {
251 if (this.getCurrentState() == mConnected) {

Completed in 517 milliseconds

1 2 3