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

  /external/webkit/WebCore/platform/network/chromium/
NetworkStateNotifierChromium.cpp 40 void NetworkStateNotifier::updateState()
  /external/webkit/WebCore/platform/network/qt/
NetworkStateNotifierQt.cpp 47 m_notifier->updateState();
57 m_notifier->updateState();
65 void NetworkStateNotifier::updateState()
  /external/webkit/WebCore/platform/network/
NetworkStateNotifier.h 83 void updateState();
129 inline void NetworkStateNotifier::updateState() { }
  /external/webkit/WebCore/platform/network/mac/
NetworkStateNotifierMac.cpp 40 void NetworkStateNotifier::updateState()
83 // Calling updateState() could be expensive so we schedule a timer that will do it
92 updateState();
135 updateState();
  /external/webkit/WebCore/platform/network/win/
NetworkStateNotifierWin.cpp 37 void NetworkStateNotifier::updateState()
75 updateState();
104 updateState();
  /frameworks/base/media/libmediaplayerservice/
MidiFile.h 61 void updateState(){ EAS_State(mEasData, mEasHandle, &mState); }
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
GlobalActions.java 184 mSilentModeToggle.updateState(silentModeOn);
379 updateState(!mOn);
385 public void updateState(boolean on) {
  /packages/apps/Phone/src/com/android/phone/
IccPinUnlockPanel.java 112 updateState();
120 if (updateState()) {
128 boolean updateState() {
256 updateState();
CallCard.java 200 void updateState(Phone phone) {
201 if (DBG) log("updateState(" + phone + ")...");
320 * totally idle. (See comments in updateState() above.)
388 // an idle call! In updateState(), if the phone is idle,
394 // became idle *after* the check in updateState() but
    [all...]
InCallTouchUi.java 89 // Time of the most recent "answer" or "reject" action (see updateState())
229 void updateState(Phone phone) {
230 if (DBG) log("updateState(" + phone + ")...");
233 log("- updateState: mInCallScreen has been destroyed; bailing out...");
238 if (DBG) log("- updateState: phone state is " + state);
253 if (DBG) log("- updateState: RINGING! Showing incoming call controls...");
263 log("updateState: Too soon after last action; not drawing!");
282 if (DBG) log("- updateState: NOT OK to show touch UI; disabling...");
344 // dtmf dialpad is up. (That's handled by updateState(), which
547 // (This covers up a slow response from the radio; see updateState().
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DisplaySettings.java 115 updateState(true);
118 private void updateState(boolean force) {
TetherSettings.java 164 updateState(available.toArray(), active.toArray(), errored.toArray());
167 updateState();
198 private void updateState() {
205 updateState(available, tethered, errored);
208 private void updateState(Object[] available, Object[] tethered,
282 updateState();
296 updateState();
SoundSettings.java 87 updateState(false);
161 updateState(true);
246 // updateState in fact updates the UI to reflect the system state
247 private void updateState(boolean force) {
289 updateState(false);
332 updateState(false);
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
GlobalActions.java 243 mSilentModeToggle.updateState(
245 mAirplaneModeOn.updateState(mAirplaneState);
518 public void updateState(State state) {
549 mAirplaneModeOn.updateState(mAirplaneState);
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 110 updateState(SHOW_BUSY);
130 updateState(SHOW_EMPTY);
140 updateState(SHOW_LIST);
143 updateState(SHOW_LIST);
149 updateState(SHOW_EMPTY);
163 updateState(SHOW_BUSY);
202 updateState(SHOW_BUSY);
297 updateState(SHOW_BUSY);
319 private void updateState(int state) {
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 251 updateState(HAS_ATTACHMENT, hasAttachment(), false);
387 updateState(HAS_ATTACHMENT, hasAttachment(), true);
560 updateState(HAS_SUBJECT, (s != null), notify);
659 updateState(FORCE_MMS, false, false);
677 updateState(FORCE_MMS, true, notify);
847 updateState(RECIPIENTS_REQUIRE_MMS, false, notify);
849 updateState(RECIPIENTS_REQUIRE_MMS, hasEmail, notify);
887 private void updateState(int state, boolean on, boolean notify) {
918 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("updateState: %s%s = %s",
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 319 milliseconds