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

/frameworks/base/core/java/android/server/
H A DBluetoothA2dpService.java204 updateState(path, BluetoothA2dp.STATE_DISCONNECTED);
207 updateState(path, BluetoothA2dp.STATE_DISCONNECTED);
263 updateState(path, BluetoothA2dp.STATE_CONNECTING);
292 updateState(path, BluetoothA2dp.STATE_DISCONNECTING);
341 updateState(path, BluetoothA2dp.STATE_DISCONNECTED);
367 updateState(path, BluetoothA2dp.STATE_DISCONNECTED);
371 updateState(path, BluetoothA2dp.STATE_CONNECTING);
374 updateState(path, BluetoothA2dp.STATE_CONNECTED);
393 updateState(path, BluetoothA2dp.STATE_DISCONNECTED);
398 updateState(pat
444 private synchronized void updateState(String path, int state) { method in class:BluetoothA2dpService
[all...]
/frameworks/base/media/libmediaplayerservice/
H A DMidiFile.h55 void updateState(){ EAS_State(mEasData, mEasHandle, &mState); } function in class:android::MidiFile
H A DMidiFile.cpp135 updateState();
164 updateState();
189 updateState();
221 updateState();
/frameworks/policies/base/mid/com/android/internal/policy/impl/
H A DGlobalActions.java184 mSilentModeToggle.updateState(silentModeOn);
379 updateState(!mOn);
385 public void updateState(boolean on) { method in class:GlobalActions.ToggleAction
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DGlobalActions.java214 mSilentModeToggle.updateState(
216 mAirplaneModeOn.updateState(mAirplaneState);
479 public void updateState(State state) { method in class:GlobalActions.ToggleAction
502 mAirplaneModeOn.updateState(mAirplaneState);

Completed in 79 milliseconds