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

/packages/apps/Mms/src/com/android/mms/ui/
H A DManageSimMessages.java113 updateState(SHOW_BUSY);
133 updateState(SHOW_EMPTY);
143 updateState(SHOW_LIST);
146 updateState(SHOW_LIST);
151 updateState(SHOW_EMPTY);
165 updateState(SHOW_BUSY);
204 updateState(SHOW_BUSY);
300 updateState(SHOW_BUSY);
329 private void updateState(int state) { method in class:ManageSimMessages
/packages/apps/Settings/src/com/android/settings/
H A DTetherSettings.java223 updateState(available.toArray(new String[available.size()]),
228 updateState();
231 updateState();
234 updateState();
256 updateState();
292 updateState();
306 private void updateState() { method in class:TetherSettings
313 updateState(available, tethered, errored);
316 private void updateState(String[] available, String[] tethered, method in class:TetherSettings
H A DDisplaySettings.java254 updateState();
283 private void updateState() { method in class:DisplaySettings
/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java269 updateState(HAS_ATTACHMENT, hasAttachment(), false);
386 updateState(HAS_ATTACHMENT, false, notify);
499 updateState(HAS_ATTACHMENT, hasAttachment(), true);
696 updateState(HAS_SUBJECT, (s != null), notify);
804 updateState(FORCE_MMS, false, false);
825 updateState(FORCE_MMS, true, notify);
1053 updateState(RECIPIENTS_REQUIRE_MMS, false, notify);
1055 updateState(RECIPIENTS_REQUIRE_MMS, hasEmail, notify);
1066 updateState(MULTIPLE_RECIPIENTS,
1102 updateState(LENGTH_REQUIRES_MM
1134 private void updateState(int state, boolean on, boolean notify) { method in class:WorkingMessage
[all...]
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java573 updateState(NfcAdapter.STATE_TURNING_ON);
582 updateState(NfcAdapter.STATE_OFF);
596 updateState(NfcAdapter.STATE_ON);
616 updateState(NfcAdapter.STATE_TURNING_OFF);
648 updateState(NfcAdapter.STATE_OFF);
717 void updateState(int newState) { method in class:NfcService.EnableDisableTask
/packages/apps/Phone/src/com/android/phone/
H A DInCallScreen.java393 mCallCard.updateState(mCM);
851 // some call states; see InCallTouchUi.updateState().)
2353 mCallCard.updateState(mCM);
4016 mInCallTouchUi.updateState(mCM);
4449 mCallCard.updateState(mCM);
H A DInCallTouchUi.java112 // Time of the most recent "answer" or "reject" action (see updateState())
226 /* package */ void updateState(CallManager cm) { method in class:InCallTouchUi
228 log("- updateState: mInCallScreen has been destroyed; bailing out...");
233 if (DBG) log("updateState: current state = " + state);
255 if (DBG) log("- updateState: RINGING! Showing incoming call controls...");
260 // if we get an updateState() call immediately after answering/rejecting a call
270 log("updateState: Too soon after last action; not drawing!");
288 log("updateState: quickResponse visible. Cancel showing incoming call controls.");
296 if (DBG) log("- updateState: NOT OK to show touch UI; disabling...");
310 log("- updateState
[all...]
H A DCallCard.java249 /* package */ void updateState(CallManager cm) { method in class:CallCard
250 if (DBG) log("updateState(" + cm + ")...");
437 * totally idle. (See comments in updateState() above.)
504 // an idle call! In updateState(), if the phone is idle,
510 // became idle *after* the check in updateState() but
1722 * updateState() call sequence.

Completed in 231 milliseconds