OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updatePlayPauseState
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardTransportControlView.java
112
updatePlayPauseState
(state);
118
updatePlayPauseState
(state);
531
updatePlayPauseState
(mCurrentPlayState);
606
private void
updatePlayPauseState
(int state) {
608
"
updatePlayPauseState
(), old=" + mCurrentPlayState + ", state=" + state);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java
275
updatePlayPauseState
(msg.arg2, ((Long)msg.obj).longValue());
464
updatePlayPauseState
(isPlaying ? RemoteControlClient.PLAYSTATE_PLAYING :
470
private void
updatePlayPauseState
(int state, long currentPosMs) {
472
"
updatePlayPauseState
, old=" + mCurrentPlayState + ", state=" + state);
[
all
...]
Completed in 49 milliseconds