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

/packages/services/Telephony/src/com/android/services/telephony/
H A DConferenceParticipantConnection.java69 public void updateState(int newState) { method in class:ConferenceParticipantConnection
70 Log.v(this, "updateState endPoint: %s state: %s", Log.pii(mEndpoint),
H A DTelephonyConnection.java63 updateState();
99 updateState();
570 updateState();
710 void updateState() { method in class:TelephonyConnection
711 updateState(false);
714 void updateState(boolean force) { method in class:TelephonyConnection
817 other.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/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/apps/Settings/src/com/android/settings/
H A DDisplaySettings.java328 updateState();
345 private void updateState() { method in class:DisplaySettings
H A DTetherSettings.java245 updateState(available.toArray(new String[available.size()]),
250 updateState();
253 updateState();
256 updateState();
278 updateState();
323 updateState();
341 private void updateState() { method in class:TetherSettings
348 updateState(available, tethered, errored);
351 private void updateState(String[] available, String[] tethered, method in class:TetherSettings
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipConnection.java45 updateState(false);
207 private void updateState(boolean force) { method in class:SipConnection
213 if (VERBOSE) log("updateState, " + mOriginalConnectionState + " -> " + newState);
264 updateState(true);
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java526 updateState(NfcAdapter.STATE_TURNING_ON);
535 updateState(NfcAdapter.STATE_OFF);
553 updateState(NfcAdapter.STATE_ON);
573 updateState(NfcAdapter.STATE_TURNING_OFF);
604 updateState(NfcAdapter.STATE_OFF);
612 void updateState(int newState) { method in class:NfcService.EnableDisableTask

Completed in 251 milliseconds