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

/packages/apps/Settings/src/com/android/settings/
H A DTetherSettings.java267 updateState(available.toArray(new String[available.size()]),
286 updateState();
289 updateState();
292 updateState();
311 updateState();
358 updateState();
377 private void updateState() { method in class:TetherSettings
381 updateState(available, tethered, errored);
384 private void updateState(String[] available, String[] tethered, method in class:TetherSettings
554 updateState();
[all...]
H A DDisplaySettings.java320 updateState();
340 private void updateState() { method in class:DisplaySettings
/packages/services/Telephony/src/com/android/phone/settings/
H A DVoicemailChangePinActivity.java142 activity.updateState(State.EnterNewPin);
167 activity.updateState(State.EnterNewPin);
187 activity.updateState(State.EnterOldPin);
237 activity.updateState(State.ConfirmNewPin);
288 activity.updateState(State.EnterOldPin);
291 activity.updateState(State.EnterNewPin);
376 updateState(State.VerifyOldPin);
378 updateState(State.EnterOldPin);
417 updateState(mUiState);
515 private void updateState(Stat method in class:VoicemailChangePinActivity
[all...]
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
H A DActionTestHelpers.java108 protected void updateState(final Action action, final int expectedState, method in class:ActionTestHelpers.StubChatActionMonitor
111 super.updateState(action, expectedState, state);
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipConnection.java49 updateState(false);
239 private void updateState(boolean force) { method in class:SipConnection
245 if (VERBOSE) log("updateState, " + mOriginalConnectionState + " -> " + newState);
296 updateState(true);
/packages/services/Telephony/src/com/android/services/telephony/
H A DConferenceParticipantConnection.java89 public void updateState(int newState) { method in class:ConferenceParticipantConnection
90 Log.v(this, "updateState endPoint: %s state: %s", Log.pii(mEndpoint),
H A DImsConference.java666 Log.i(this, "handleConferenceParticipantsUpdate: updateState, participant = %s",
668 connection.updateState(participant.getState());
680 connection.updateState(newParticipant.getState());
888 c.updateState();
H A DTelephonyConnection.java103 updateState();
139 updateState();
864 // updateState can set mOriginalConnection to null if its state is DISCONNECTED, so this
866 updateState();
1297 void updateState() { method in class:TelephonyConnection
1371 other.updateState();
H A DTelephonyConnectionService.java666 connection.updateState();
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DActionMonitor.java241 protected void updateState(final Action action, final int expectedOldState, method in class:ActionMonitor
247 throw new IllegalStateException("On updateState to " + newState + " was " + mState
274 monitor.updateState(action, expectedOldState, newState);
/packages/apps/Settings/src/com/android/settings/datausage/
H A DDataUsageSummary.java205 updateState();
241 private void updateState() { method in class:DataUsageSummary
297 updateState();
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java577 updateState(NfcAdapter.STATE_TURNING_ON);
586 updateState(NfcAdapter.STATE_OFF);
604 updateState(NfcAdapter.STATE_ON);
624 updateState(NfcAdapter.STATE_TURNING_OFF);
655 updateState(NfcAdapter.STATE_OFF);
663 void updateState(int newState) { method in class:NfcService.EnableDisableTask

Completed in 179 milliseconds