Home
last modified time | relevance | path

Searched defs:previousState (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimState.java43 public void prepare(ScrimState previousState) { in prepare()
73 public void prepare(ScrimState previousState) { in prepare()
84 public void prepare(ScrimState previousState) { in prepare()
95 public void prepare(ScrimState previousState) { in prepare()
106 public void prepare(ScrimState previousState) { in prepare()
131 public void prepare(ScrimState previousState) { in prepare()
146 public void prepare(ScrimState previousState) { in prepare()
196 public void prepare(ScrimState previousState) { in prepare()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DTestUtil.java90 Context context, int apState, int previousState, int error, String ifaceName, in sendWifiApStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java229 CharState previousState = mTextChars.get(newLength - 2); in append() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1222 int currentState, int previousState, int errorCode, String ifaceName, int mode) { in handleWifiApStateChange()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp656 State previousState = mState; in start() local