Searched defs:currentState (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DNetworkState.java41 public NetworkState(State currentState) { argument
43 mStateDepository.add(currentState);
67 public void recordState(State currentState) { argument
68 mStateDepository.add(currentState);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DNetworkState.java47 public NetworkState(State currentState) { argument
49 mStateDepository.add(currentState);
82 * @param currentState the current {@link State}
84 public void recordState(State currentState) { argument
85 mStateDepository.add(currentState);
/frameworks/native/services/surfaceflinger/
H A DLayerBase.h265 inline const State& currentState() const { return mCurrentState; } function in class:android::LayerBase
266 inline State& currentState() { return mCurrentState; } function in class:android::LayerBase
/frameworks/wilhelm/tests/sandbox/
H A Dmonkey.c252 State_t currentState = STATE_INITIAL; local
253 while (STATE_TERMINAL != currentState) {
257 if (currentState != transitionTable[i].mEntryState)
263 fprintf(stderr, "No matching transitions in state %d\n", currentState);
269 "but with probability 0\n", currentState);
276 if (currentState != transitionTable[i].mEntryState)
284 transitionTable[i].mActionName, currentState, transitionTable[i].mCount);
287 currentState = nextState;
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java178 private int currentState = STATE_NORMAL; field in class:SlidingTab.Slider
281 currentState = state;
391 setState(currentState);

Completed in 475 milliseconds