Searched refs:updateState (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DManageSimMessages.java110 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) { method in class:ManageSimMessages
/packages/apps/Settings/src/com/android/settings/
H A DTetherSettings.java164 updateState(available.toArray(), active.toArray(), errored.toArray());
167 updateState();
198 private void updateState() { method in class:TetherSettings
205 updateState(available, tethered, errored);
208 private void updateState(Object[] available, Object[] tethered, method in class:TetherSettings
282 updateState();
296 updateState();
H A DSoundSettings.java87 updateState(false);
161 updateState(true);
246 // updateState in fact updates the UI to reflect the system state
247 private void updateState(boolean force) { method in class:SoundSettings
289 updateState(false);
332 updateState(false);
H A DDisplaySettings.java115 updateState(true);
118 private void updateState(boolean force) { method in class:DisplaySettings
/packages/apps/Phone/src/com/android/phone/
H A DIccPinUnlockPanel.java112 updateState();
120 if (updateState()) {
128 boolean updateState() { method in class:IccPinUnlockPanel
256 updateState();
H A DInCallTouchUi.java89 // Time of the most recent "answer" or "reject" action (see updateState())
229 void updateState(Phone phone) { method in class:InCallTouchUi
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...]
H A DInCallScreen.java2336 mCallCard.updateState(mPhone);
3989 mInCallTouchUi.updateState(mPhone);
4907 mCallCard.updateState(mPhone);
H A DCallCard.java200 void updateState(Phone phone) { method in class:CallCard
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
930 // than this method, in the CallCard.updateState() sequence...)
1409 * updateState() call sequence.
/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java251 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);
843 updateState(RECIPIENTS_REQUIRE_MMS, false, notify);
845 updateState(RECIPIENTS_REQUIRE_MMS, hasEmail, notify);
883 private void updateState(int state, boolean on, boolean notify) { method in class:WorkingMessage
914 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("updateState: %s%s = %s",
982 updateState(RECIPIENTS_REQUIRE_MM
[all...]

Completed in 443 milliseconds