Searched refs:updateState (Results 1 - 15 of 15) sorted by last modified time

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DTwilightManager.java66 updateState(location);
127 private void updateState(@NonNull Location location) { method in class:TwilightManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCarrierPrivilegeRules.java396 updateState(STATE_ERROR, "Error opening channel: " + ar.exception);
412 updateState(STATE_LOADED, "Success!");
419 updateState(STATE_ERROR, "Error parsing rules: " + ex);
421 updateState(STATE_ERROR, "Error parsing rules: " + ex);
426 updateState(STATE_ERROR, errorMsg);
429 updateState(STATE_ERROR, "Error reading value from SIM.");
566 private void updateState(int newState, String statusMessage) { method in class:UiccCarrierPrivilegeRules
/frameworks/native/include/input/
H A DVelocityTracker.h224 void updateState(State& state, nsecs_t eventTime, float xpos, float ypos) const;
/frameworks/native/libs/input/
H A DVelocityTracker.cpp718 updateState(state, eventTime, position.x, position.y);
753 void IntegratingVelocityTrackerStrategy::updateState(State& state, function in class:android::IntegratingVelocityTrackerStrategy
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerSession.java138 private void updateState(int newState) { method in class:PlayerSession
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java101 updateState();
112 updateState();
208 void updateState() { method in class:MainInteractionSession
258 updateState();
305 updateState();
367 updateState();
380 updateState();
403 updateState();
413 updateState();
427 updateState();
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java570 mAirplaneModeOn.updateState(mAirplaneState);
583 ((ToggleAction)mSilentModeAction).updateState(
924 public void updateState(State state) { method in class:GlobalActions.ToggleAction
1053 mAirplaneModeOn.updateState(mAirplaneState);
1108 mAirplaneModeOn.updateState(mAirplaneState);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java175 mHandler.updateState(state);
344 updateState(state);
373 public void updateState(String state) { method in class:UsbDeviceManager.UsbHandler
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java193 private void updateState(DetailedState detailedState, String reason) { method in class:Vpn
294 updateState(DetailedState.IDLE, "prepare");
534 updateState(DetailedState.CONNECTING, "establish");
1023 updateState(DetailedState.CONNECTING, "startLegacyVpn");
1188 updateState(DetailedState.FAILED, "checkpoint");
1225 updateState(DetailedState.CONNECTING, "execute");
1373 updateState(DetailedState.FAILED, e.getMessage());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTrustDrawable.java135 updateState(true);
157 updateState(true);
160 private void updateState(boolean allowTransientState) { method in class:TrustDrawable
296 updateState(false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSecurityControllerImpl.java218 private void updateState() { method in class:SecurityControllerImpl
248 updateState();
257 updateState();
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2552 if (!mActiveEvents.updateState(code, name, uid, 0)) {
2586 if (!mActiveEvents.updateState(HistoryItem.EVENT_PROC_START, name, uid, 0)) {
2621 if (!mActiveEvents.updateState(HistoryItem.EVENT_PROC_FINISH, name, uid, 0)) {
2639 if (!mActiveEvents.updateState(HistoryItem.EVENT_SYNC_START, name, uid, 0)) {
2650 if (!mActiveEvents.updateState(HistoryItem.EVENT_SYNC_FINISH, name, uid, 0)) {
2661 if (!mActiveEvents.updateState(HistoryItem.EVENT_JOB_START, name, uid, 0)) {
2672 if (!mActiveEvents.updateState(HistoryItem.EVENT_JOB_FINISH, name, uid, 0)) {
2685 if (!mActiveEvents.updateState(HistoryItem.EVENT_ALARM_START, name, uid, 0)) {
2698 if (!mActiveEvents.updateState(HistoryItem.EVENT_ALARM_FINISH, name, uid, 0)) {
2773 if (mActiveEvents.updateState(HistoryIte
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1442 public boolean updateState(int code, String name, int uid, int poolIdx) { method in class:BatteryStats.HistoryEventTracker
4791 tracker.updateState(rec.eventCode, rec.eventTag.string,
/frameworks/av/services/audioflinger/
H A DEffects.cpp70 // mDisableWaitCnt is set by process() and updateState() and not used before then
219 void AudioFlinger::EffectModule::updateState() { function in class:android::AudioFlinger::EffectModule
1470 mEffects[i]->updateState();
H A DEffects.h63 void updateState();

Completed in 769 milliseconds