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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimState.java43 public void prepare(ScrimState previousState) {
45 if (previousState == ScrimState.AOD) {
73 public void prepare(ScrimState previousState) {
84 public void prepare(ScrimState previousState) {
95 public void prepare(ScrimState previousState) {
106 public void prepare(ScrimState previousState) {
131 public void prepare(ScrimState previousState) {
146 public void prepare(ScrimState previousState) {
151 if (previousState == ScrimState.AOD || previousState
196 prepare(ScrimState previousState) argument
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DTestUtil.java90 Context context, int apState, int previousState, int error, String ifaceName,
94 intent.putExtra(WifiManager.EXTRA_PREVIOUS_WIFI_AP_STATE, previousState);
89 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.java229 CharState previousState = mTextChars.get(newLength - 2);
230 if (previousState.isDotSwapPending) {
231 previousState.swapToDotWhenAppearFinished();
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp656 State previousState = mState; local
657 if (previousState == STATE_PAUSED_STOPPING) {
675 if (previousState == STATE_STOPPED || previousState == STATE_FLUSHED) {
728 if (previousState == STATE_STOPPING) {
743 mState = previousState;
745 if (previousState != STATE_STOPPING) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1222 int currentState, int previousState, int errorCode, String ifaceName, int mode) {
1225 + " previousState=" + previousState + " errorCode= " + errorCode
1221 handleWifiApStateChange( int currentState, int previousState, int errorCode, String ifaceName, int mode) argument

Completed in 148 milliseconds