Searched refs:previousState (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DTestUtil.java77 Context context, int apState, int previousState, int error, String ifaceName,
81 intent.putExtra(WifiManager.EXTRA_PREVIOUS_WIFI_AP_STATE, previousState);
76 sendWifiApStateChanged(BroadcastReceiver broadcastReceiver, Context context, int apState, int previousState, int error, String ifaceName, int mode) argument
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java222 CharState previousState = mTextChars.get(newLength - 2);
223 if (previousState.isDotSwapPending) {
224 previousState.swapToDotWhenAppearFinished();
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp575 State previousState = mState; local
576 if (previousState == STATE_PAUSED_STOPPING) {
593 if (previousState == STATE_STOPPED || previousState == STATE_FLUSHED) {
645 if (previousState == STATE_STOPPING) {
660 mState = previousState;
662 if (previousState != STATE_STOPPING) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1008 int currentState, int previousState, int errorCode, String ifaceName, int mode) {
1011 + " previousState=" + previousState + " errorCode= " + errorCode
1007 handleWifiApStateChange( int currentState, int previousState, int errorCode, String ifaceName, int mode) argument

Completed in 944 milliseconds