/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainInteractionSession.java | 103 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/ |
D | NekoTile.java | 40 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/ |
D | UiccCarrierPrivilegeRules.java | 461 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/ |
D | NavigationBarButton.java | 134 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/ |
D | TrustDrawable.java | 124 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/ |
D | SecurityControllerImpl.java | 222 private void updateState() { in updateState() method in SecurityControllerImpl 252 updateState(); 261 updateState();
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | TwilightManager.java | 66 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/ |
D | Vpn.java | 244 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/ |
D | GlobalActions.java | 583 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/ |
D | VelocityTracker.h | 224 void updateState(State& state, nsecs_t eventTime, float xpos, float ypos) const;
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbDeviceManager.java | 177 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/ |
D | PlayerSession.java | 138 private void updateState(int newState) { in updateState() method in PlayerSession
|
/frameworks/av/services/audioflinger/ |
D | Effects.h | 63 void updateState();
|
D | Effects.cpp | 219 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/ |
D | TileServices.java | 183 customTile.updateState(tile); in updateQsTile()
|
D | CustomTile.java | 152 public void updateState(Tile tile) { in updateState() method in CustomTile
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 721 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/ |
D | BatteryStatsImpl.java | 2953 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/ |
D | BatteryStats.java | 1532 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()
|