Searched defs:updateState (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoTile.java41 updateState();
64 updateState();
67 private void updateState() { method in class:NekoTile
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/
H A DNavigationBarButton.java134 boolean needsInvalidateForState = updateState();
140 if (updateState()) {
145 private boolean updateState() { method in class:NavigationBarButton.TintedDrawable
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DTwilightManager.java84 updateState(location);
141 private void updateState(@NonNull Location location) { method in class:TwilightManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java167 public void updateState(Tile tile) { method in class:CustomTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSecurityControllerImpl.java248 private void updateState() { method in class:SecurityControllerImpl
300 updateState();
309 updateState();
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerSession.java138 private void updateState(int newState) { method in class:PlayerSession
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTrustDrawable.java124 updateState(true);
146 updateState(true);
149 private void updateState(boolean allowTransientState) { method in class:TrustDrawable
285 updateState(false);
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java103 updateState();
114 updateState();
222 void updateState() { method in class:MainInteractionSession
272 updateState();
319 updateState();
383 updateState();
396 updateState();
419 updateState();
429 updateState();
443 updateState();
[all...]
/frameworks/native/libs/input/
H A DVelocityTracker.cpp721 updateState(state, eventTime, position.x, position.y);
756 void IntegratingVelocityTrackerStrategy::updateState(State& state, function in class:android::IntegratingVelocityTrackerStrategy
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCarrierPrivilegeRules.java461 updateState(STATE_LOADED, "Success!");
468 updateState(STATE_ERROR, "Error parsing rules: " + ex);
470 updateState(STATE_ERROR, "Error parsing rules: " + ex);
475 updateState(STATE_ERROR, errorMsg);
478 updateState(STATE_ERROR, "Error reading value from SIM.");
493 updateState(STATE_ERROR, "No ARA or ARF.");
500 updateState(STATE_LOADED, "Success!");
629 private void updateState(int newState, String statusMessage) { method in class:UiccCarrierPrivilegeRules
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java244 private void updateState(DetailedState detailedState, String reason) { method in class:Vpn
521 updateState(DetailedState.IDLE, "prepare");
673 updateState(DetailedState.CONNECTED, "agentConnect");
759 updateState(DetailedState.CONNECTING, "establish");
1410 updateState(DetailedState.CONNECTING, "startLegacyVpn");
1590 updateState(DetailedState.FAILED, "checkpoint");
1627 updateState(DetailedState.CONNECTING, "execute");
1775 updateState(DetailedState.FAILED, e.getMessage());
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java645 mAirplaneModeOn.updateState(mAirplaneState);
658 ((ToggleAction)mSilentModeAction).updateState(
992 public void updateState(State state) { method in class:GlobalActions.ToggleAction
1121 mAirplaneModeOn.updateState(mAirplaneState);
1176 mAirplaneModeOn.updateState(mAirplaneState);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java179 mHandler.updateState(state);
371 updateState(state);
408 public void updateState(String state) { method in class:UsbDeviceManager.UsbHandler
/frameworks/av/services/audioflinger/
H A DEffects.cpp71 // mDisableWaitCnt is set by process() and updateState() and not used before then
220 bool AudioFlinger::EffectModule::updateState() { function in class:android::AudioFlinger::EffectModule
1628 doResetVolume = mEffects[i]->updateState() || doResetVolume;
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1587 public boolean updateState(int code, String name, int uid, int poolIdx) { method in class:BatteryStats.HistoryEventTracker
5276 tracker.updateState(rec.eventCode, rec.eventTag.string,

Completed in 609 milliseconds