HomeSort by relevance Sort by last modified time
    Searched refs:newState (Results 1 - 25 of 426) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
IBluetoothCallback.aidl 27 void onBluetoothStateChange(int prevState, int newState);
BluetoothHealthCallback.java 56 * @param newState The new state of the channel.
62 BluetoothDevice device, int prevState, int newState, ParcelFileDescriptor fd,
65 "prevState:" + prevState + "newState:" + newState + "ParcelFd:" + fd +
  /frameworks/base/core/java/android/app/backup/
BackupHelper.java 42 * <code>newState</code> with the complete state as it exists now.
48 * written during this helper's previous backup operation, and the {@code newState}
53 * the {@code newState} file descriptors.</p>
63 * @param newState An open, read/write {@link android.os.ParcelFileDescriptor} pointing to an
69 ParcelFileDescriptor newState);
96 * <strong>Note:</strong> The helper should not close or seek the {@code newState}
99 * @param newState A {@link android.os.ParcelFileDescriptor} to which the new state will be
102 public void writeNewStateDescription(ParcelFileDescriptor newState);
BackupAgentHelper.java 65 ParcelFileDescriptor newState) throws IOException {
66 mDispatcher.performBackup(oldState, data, newState);
73 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState)
75 mDispatcher.performRestore(data, appVersionCode, newState);
FullBackupAgent.java 32 ParcelFileDescriptor newState) throws IOException {
37 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState)
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
IFlyoutListener.java 21 * @param newState the new state
23 void stateChanged(int oldState, int newState);
  /packages/services/Telephony/src/com/android/phone/
CdmaPhoneCallState.java 92 public void setCurrentCallState(PhoneCallState newState) {
94 mCurrentCallState = newState;
121 public void setThreeWayCallOrigState(boolean newState) {
122 mThreeWayCallOrigStateDialing = newState;
135 public void setAddCallMenuStateAfterCallWaiting(boolean newState) {
136 mAddCallMenuStateAfterCW = newState;
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageListener.java 34 public void onStorageStateChanged(String path, String oldState, String newState) {
35 if (localLOGV) Log.i(TAG, "Storage state changed from " + oldState + " to " + newState);
38 if (mTargetState.equals(newState)) {
  /hardware/invensense/60xx/mlsdk/mllite/
mlstates.h 46 typedef inv_error_t(*state_change_callback_t) (unsigned char newState);
49 inv_error_t inv_state_transition(unsigned char newState);
53 inv_error_t inv_run_state_callbacks(unsigned char newState);
mlstates.c 110 * @brief Perform a transition from the current state to newState.
115 * @param newState state we are transitioning to.
118 inv_error_t inv_state_transition(unsigned char newState)
122 if (newState == INV_STATE_SERIAL_CLOSED) {
124 } else if (newState == INV_STATE_SERIAL_OPENED) {
126 } else if (((newState == INV_STATE_DMP_OPENED) &&
130 ((newState == INV_STATE_DMP_STARTED) &&
137 inv_state_name(newState));
145 inv_state_name(newState)));
146 result = inv_run_state_callbacks(newState);
    [all...]
  /frameworks/base/core/java/android/os/storage/
MountServiceListener.java 38 * @param newState The new state of the volume.
42 void onStorageStateChange(String path, String oldState, String newState) {
StorageEventListener.java 36 * @param newState the old state as returned by {@link android.os.Environment#getExternalStorageState()}.
38 public void onStorageStateChanged(String path, String oldState, String newState) {
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
FileHelperExampleAgent.java 78 ParcelFileDescriptor newState) throws IOException {
81 super.onBackup(oldState, data, newState);
91 ParcelFileDescriptor newState) throws IOException {
95 super.onRestore(data, appVersionCode, newState);
  /external/chromium_org/content/common/input/
web_touch_event_traits.cc 48 WebTouchPoint::State newState = WebTouchPoint::StateUndefined;
51 newState = WebTouchPoint::StatePressed;
54 newState = WebTouchPoint::StateMoved;
57 newState = WebTouchPoint::StateReleased;
60 newState = WebTouchPoint::StateCancelled;
67 event->touches[i].state = newState;
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
DrawIdler.java 29 void onStateChanged(DrawIdler idler, int newState);
57 private void setState(int newState) {
58 if (mState == newState) {
61 mState = newState;
63 mListener.onStateChanged(this, newState);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryListInterfaceState.java 56 final State newState;
58 newState = null == state ? new State() : state;
59 newState.mOpen = true;
60 newState.mStatus = status;
61 mWordlistToState.put(wordlistId, newState);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaStreamTrack.java 63 public boolean setState(State newState) {
64 return nativeSetState(nativeTrack, newState.ordinal());
83 long nativeTrack, int newState);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CameraDeviceState.java 209 private void doStateTransition(int newState) {
210 doStateTransition(newState, /*timestamp*/0, NO_CAPTURE_ERROR);
213 private void doStateTransition(int newState, final long timestamp, final int error) {
214 if (newState != mCurrentState) {
216 if (newState >= 0 && newState < sStateNames.length) {
217 stateName = sStateNames[newState];
223 if(newState != STATE_ERROR && newState != STATE_IDLE) {
224 if (mCurrentState != newState && mCurrentHandler != null &
    [all...]
  /cts/tests/tests/app/src/android/app/backup/cts/
BackupAgentTest.java 39 ParcelFileDescriptor newState) throws IOException {
44 ParcelFileDescriptor newState) throws IOException {
  /external/chromium_org/base/android/java/src/org/chromium/base/
ApplicationStatus.java 88 * @param newState The application state.
90 public void onApplicationStateChange(int newState);
100 * @param newState New activity state.
102 public void onActivityStateChange(Activity activity, int newState);
171 * @param newState New state value.
173 private static void onStateChange(Activity activity, int newState) {
177 || newState == ActivityState.CREATED
178 || newState == ActivityState.RESUMED
179 || newState == ActivityState.STARTED) {
185 if (newState == ActivityState.CREATED)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCPeerConnectionDelegate.h 61 iceConnectionChanged:(RTCICEConnectionState)newState;
65 iceGatheringChanged:(RTCICEGatheringState)newState;
  /frameworks/base/core/java/android/app/
IBackupAgent.aidl 41 * @param newState Read-write file, empty when onBackup() is called,
46 * data has been written to the data and newState files.
53 in ParcelFileDescriptor newState,
67 * @param newState Read-write file, empty when onRestore() is called,
80 int appVersionCode, in ParcelFileDescriptor newState,
  /hardware/invensense/60xx/libsensors_iio/software/core/mpl/
fusion_9axis.h 24 inv_error_t inv_9x_fusion_state_change(unsigned char newState);
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/
fusion_9axis.h 24 inv_error_t inv_9x_fusion_state_change(unsigned char newState);
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/
fusion_9axis.h 24 inv_error_t inv_9x_fusion_state_change(unsigned char newState);

Completed in 639 milliseconds

1 2 3 4 5 6 7 8 91011>>