Home
last modified time | relevance | path

Searched refs:updateState (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionSession.java103 updateState(); in onShow()
114 updateState(); in onHide()
222 void updateState() { in updateState() method in MainInteractionSession
272 updateState(); in onClick()
319 updateState(); in onClick()
383 updateState(); in onRequestConfirmation()
396 updateState(); in onRequestPickOption()
419 updateState(); in onRequestCompleteVoice()
429 updateState(); in onRequestAbortVoice()
443 updateState(); in onRequestCommand()
[all …]
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoTile.java40 updateState(); in onStartListening()
51 updateState(); in onPrefsChanged()
54 private void updateState() { in updateState() method in NekoTile
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRules.java461 updateState(STATE_LOADED, "Success!"); in handleMessage()
468 updateState(STATE_ERROR, "Error parsing rules: " + ex); in handleMessage()
470 updateState(STATE_ERROR, "Error parsing rules: " + ex); in handleMessage()
475 updateState(STATE_ERROR, errorMsg); in handleMessage()
478 updateState(STATE_ERROR, "Error reading value from SIM."); in handleMessage()
493 updateState(STATE_ERROR, "No ARA or ARF."); in handleMessage()
500 updateState(STATE_LOADED, "Success!"); in handleMessage()
629 private void updateState(int newState, String statusMessage) { in updateState() method in UiccCarrierPrivilegeRules
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/
DNavigationBarButton.java134 boolean needsInvalidateForState = updateState(); in setState()
140 if (updateState()) { in setTintListCompat()
145 private boolean updateState() { in updateState() method in NavigationBarButton.TintedDrawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DTrustDrawable.java124 updateState(true); in start()
146 updateState(true); in setTrustManaged()
149 private void updateState(boolean allowTransientState) { in updateState() method in TrustDrawable
285 updateState(false); in onAnimationEnd()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java222 private void updateState() { in updateState() method in SecurityControllerImpl
252 updateState();
261 updateState();
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DTwilightManager.java66 updateState(location); in isNight()
123 private void updateState(@NonNull Location location) { in updateState() method in TwilightManager
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java244 private void updateState(DetailedState detailedState, String reason) { in updateState() method in Vpn
521 updateState(DetailedState.IDLE, "prepare"); in prepareInternal()
673 updateState(DetailedState.CONNECTED, "agentConnect"); in agentConnect()
759 updateState(DetailedState.CONNECTING, "establish"); in establish()
1410 updateState(DetailedState.CONNECTING, "startLegacyVpn"); in startLegacyVpn()
1575 updateState(DetailedState.FAILED, "checkpoint"); in checkpoint()
1612 updateState(DetailedState.CONNECTING, "execute"); in execute()
1760 updateState(DetailedState.FAILED, e.getMessage()); in execute()
/frameworks/base/services/core/java/com/android/server/policy/
DGlobalActions.java583 mAirplaneModeOn.updateState(mAirplaneState);
596 ((ToggleAction)mSilentModeAction).updateState(
930 public void updateState(State state) {
1059 mAirplaneModeOn.updateState(mAirplaneState);
1114 mAirplaneModeOn.updateState(mAirplaneState);
/frameworks/native/include/input/
DVelocityTracker.h224 void updateState(State& state, nsecs_t eventTime, float xpos, float ypos) const;
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java177 mHandler.updateState(state);
348 updateState(state); in UsbHandler()
377 public void updateState(String state) { in updateState() method in UsbDeviceManager.UsbHandler
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DPlayerSession.java138 private void updateState(int newState) { in updateState() method in PlayerSession
/frameworks/av/services/audioflinger/
DEffects.h63 void updateState();
DEffects.cpp219 void AudioFlinger::EffectModule::updateState() { in updateState() function in android::AudioFlinger::EffectModule
1475 mEffects[i]->updateState(); in process_l()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServices.java183 customTile.updateState(tile); in updateQsTile()
DCustomTile.java152 public void updateState(Tile tile) { in updateState() method in CustomTile
/frameworks/native/libs/input/
DVelocityTracker.cpp721 updateState(state, eventTime, position.x, position.y); in addMovement()
756 void IntegratingVelocityTrackerStrategy::updateState(State& state, in updateState() function in android::IntegratingVelocityTrackerStrategy
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java2953 if (!mActiveEvents.updateState(code, name, uid, 0)) { in noteEventLocked()
2987 if (!mActiveEvents.updateState(HistoryItem.EVENT_PROC_START, name, uid, 0)) { in noteProcessStartLocked()
3021 if (!mActiveEvents.updateState(HistoryItem.EVENT_PROC_FINISH, name, uid, 0)) { in noteProcessFinishLocked()
3037 if (!mActiveEvents.updateState(HistoryItem.EVENT_SYNC_START, name, uid, 0)) { in noteSyncStartLocked()
3048 if (!mActiveEvents.updateState(HistoryItem.EVENT_SYNC_FINISH, name, uid, 0)) { in noteSyncFinishLocked()
3059 if (!mActiveEvents.updateState(HistoryItem.EVENT_JOB_START, name, uid, 0)) { in noteJobStartLocked()
3070 if (!mActiveEvents.updateState(HistoryItem.EVENT_JOB_FINISH, name, uid, 0)) { in noteJobFinishLocked()
3083 if (!mActiveEvents.updateState(HistoryItem.EVENT_ALARM_START, name, uid, 0)) { in noteAlarmStartLocked()
3096 if (!mActiveEvents.updateState(HistoryItem.EVENT_ALARM_FINISH, name, uid, 0)) { in noteAlarmFinishLocked()
3171 if (mActiveEvents.updateState(HistoryItem.EVENT_WAKE_LOCK_START, historyName, in noteStartWakeLocked()
[all …]
/frameworks/base/core/java/android/os/
DBatteryStats.java1532 public boolean updateState(int code, String name, int uid, int poolIdx) { in updateState() method in BatteryStats.HistoryEventTracker
5157 tracker.updateState(rec.eventCode, rec.eventTag.string, in dumpHistoryLocked()