HomeSort by relevance Sort by last modified time
    Searched defs:updateState (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
queue.js 43 this._selectNode.addEventListener('change', updateState);
52 RebaselineQueue.prototype.updateState = function()
95 updateState();
126 updateState();
139 updateState();
161 updateState();
main.js 358 updateState();
377 function updateState()
394 queue.updateState();
  /external/smack/src/org/jivesoftware/smack/
RosterEntry.java 104 void updateState(String name, RosterPacket.ItemType type, RosterPacket.ItemStatus status) {
  /frameworks/av/media/libmediaplayerservice/
MidiFile.h 71 void updateState(){ EAS_State(mEasData, mEasHandle, &mState); }
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
ImeTest.java 472 public void updateState(String text, int selectionStart, int selectionEnd,
476 super.updateState(text, selectionStart, selectionEnd, compositionStart,
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
SensorActivity.java 245 public void updateState() {
267 info.updateState();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SecurityControllerImpl.java 164 updateState();
175 private void updateState() {
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionSession.java 73 updateState();
77 void updateState() {
87 updateState();
97 updateState();
102 updateState();
107 updateState();
123 updateState();
132 updateState();
141 updateState();
151 updateState();
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 52 updateState();
73 updateState();
488 void updateState() {
544 other.updateState();
CdmaConnection.java 170 updateState();
TelephonyConnectionService.java 295 connection.updateState();
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
AdapterInputConnection.java 136 public void updateState(String text, int selectionStart, int selectionEnd, int compositionStart,
139 Log.w(TAG, "updateState [" + text + "] [" + selectionStart + " " + selectionEnd + "] ["
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TrustDrawable.java 135 updateState(true);
156 updateState(true);
160 private void updateState(boolean animate) {
293 updateState(false);
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerSession.java 138 private void updateState(int newState) {
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 47 updateState(false);
208 private void updateState(boolean force) {
214 if (VERBOSE) log("updateState, " + mOriginalConnectionState + " -> " + newState);
265 updateState(true);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 224 changedProperties = updateState(mCurrentStateIndex,
277 private Set<IGLProperty> updateState(int fromIndex, int toIndex) {
  /frameworks/native/libs/input/
VelocityTracker.cpp 718 updateState(state, eventTime, position.x, position.y);
753 void IntegratingVelocityTrackerStrategy::updateState(State& state,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java 327 updateState(STATE_ERROR);
339 updateState(STATE_LOADED);
342 updateState(STATE_ERROR);
347 updateState(STATE_ERROR);
351 updateState(STATE_ERROR);
479 private void updateState(int newState) {
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 90 updateState(SHOW_EMPTY);
132 updateState(SHOW_BUSY);
152 updateState(SHOW_EMPTY);
162 updateState(SHOW_LIST);
165 updateState(SHOW_LIST);
170 updateState(SHOW_EMPTY);
186 updateState(SHOW_BUSY);
225 updateState(SHOW_BUSY);
325 updateState(SHOW_BUSY);
354 private void updateState(int state)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DisplaySettings.java 294 updateState();
311 private void updateState() {
TetherSettings.java 249 updateState(available.toArray(new String[available.size()]),
254 updateState();
257 updateState();
260 updateState();
282 updateState();
327 updateState();
345 private void updateState() {
352 updateState(available, tethered, errored);
355 private void updateState(String[] available, String[] tethered,
  /frameworks/av/services/audioflinger/
Effects.cpp 70 // mDisableWaitCnt is set by process() and updateState() and not used before then
219 void AudioFlinger::EffectModule::updateState() {
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java 154 mHandler.updateState(state);
354 updateState(state);
410 public void updateState(String state) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java 190 private void updateState(DetailedState detailedState, String reason) {
291 updateState(DetailedState.IDLE, "prepare");
518 updateState(DetailedState.CONNECTING, "establish");
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 269 updateState(HAS_ATTACHMENT, hasAttachment(), showToast);
386 updateState(HAS_ATTACHMENT, false, notify);
693 updateState(HAS_SUBJECT, (s != null), notify);
801 updateState(FORCE_MMS, false, false);
822 updateState(FORCE_MMS, true, notify);
    [all...]

Completed in 1154 milliseconds

1 2