Searched refs:updateState (Results 1 - 5 of 5) 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);
167 updateState(SHOW_BUSY);
206 updateState(SHOW_BUSY);
302 updateState(SHOW_BUSY);
331 private void updateState(int state) { method in class:ManageSimMessages
/packages/apps/Settings/src/com/android/settings/
H A DTetherSettings.java225 updateState(available.toArray(new String[available.size()]),
230 updateState();
233 updateState();
236 updateState();
258 updateState();
294 updateState();
308 private void updateState() { method in class:TetherSettings
315 updateState(available, tethered, errored);
318 private void updateState(String[] available, String[] tethered, method in class:TetherSettings
H A DDisplaySettings.java232 updateState();
257 private void updateState() { method in class:DisplaySettings
/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java269 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);
1050 updateState(RECIPIENTS_REQUIRE_MMS, false, notify);
1052 updateState(RECIPIENTS_REQUIRE_MMS, hasEmail, notify);
1063 updateState(MULTIPLE_RECIPIENTS,
1099 updateState(LENGTH_REQUIRES_MMS, mmsRequired, notify);
1131 private void updateState(in method in class:WorkingMessage
[all...]
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java719 updateState(NfcAdapter.STATE_TURNING_ON);
728 updateState(NfcAdapter.STATE_OFF);
746 updateState(NfcAdapter.STATE_ON);
766 updateState(NfcAdapter.STATE_TURNING_OFF);
821 updateState(NfcAdapter.STATE_OFF);
890 void updateState(int newState) { method in class:NfcService.EnableDisableTask

Completed in 88 milliseconds