HomeSort by relevance Sort by last modified time
    Searched defs:updateState (Results 1 - 17 of 17) 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); }
  /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/base/policy/src/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);
148 updateState(SHOW_EMPTY);
162 updateState(SHOW_BUSY);
201 updateState(SHOW_BUSY);
297 updateState(SHOW_BUSY);
320 private void updateState(int state) {
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 205 void updateState(CallManager cm) {
206 if (DBG) log("updateState(" + cm + ")...");
329 * totally idle. (See comments in updateState() above.)
397 // an idle call! In updateState(), if the phone is idle,
403 // became idle *after* the check in updateState() but
    [all...]
InCallTouchUi.java 90 // Time of the most recent "answer" or "reject" action (see updateState())
230 void updateState(CallManager cm) {
231 if (DBG) log("updateState( CallManager" + cm + ")...");
234 log("- updateState: mInCallScreen has been destroyed; bailing out...");
239 if (DBG) log("- updateState: CallManager state is " + state);
260 if (DBG) log("- updateState: RINGING! Showing incoming call controls...");
270 log("updateState: Too soon after last action; not drawing!");
289 if (DBG) log("- updateState: NOT OK to show touch UI; disabling...");
352 // dtmf dialpad is up. (That's handled by updateState(), which
557 // (This covers up a slow response from the radio; see updateState().
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 252 updateState(HAS_ATTACHMENT, hasAttachment(), false);
388 updateState(HAS_ATTACHMENT, hasAttachment(), true);
561 updateState(HAS_SUBJECT, (s != null), notify);
671 updateState(FORCE_MMS, false, false);
689 updateState(FORCE_MMS, true, notify);
880 updateState(RECIPIENTS_REQUIRE_MMS, false, notify);
882 updateState(RECIPIENTS_REQUIRE_MMS, hasEmail, notify);
920 private void updateState(int state, boolean on, boolean notify) {
951 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("updateState: %s%s = %s",
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.cpp     [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 392 milliseconds