HomeSort by relevance Sort by last modified time
    Searched full:newstate (Results 1 - 25 of 487) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tagsoup/definitions/
html.stml 57 <tr symbol='default' action='A_SAVE' newstate='S_ANAME'/>
58 <tr char='=' action='A_ANAME' newstate='S_AVAL'/>
59 <tr char='>' action='A_ANAME_ADUP_STAGC' newstate='S_PCDATA'/>
60 <tr char='/' action='A_ANAME_ADUP' newstate='S_EMPTYTAG'/>
61 <tr symbol='EOF' action='A_ANAME_ADUP_STAGC' newstate='S_DONE'/>
62 <tr symbol='S' action='A_ANAME' newstate='S_EQ'/>
65 <tr symbol='default' action='A_SAVE' newstate='S_APOS'/>
66 <tr char='&apos;' action='A_AVAL' newstate='S_TAGWS'/>
67 <tr symbol='EOF' action='A_AVAL_STAGC' newstate='S_DONE'/>
68 <tr symbol='S' action='A_SP' newstate='S_APOS'/
    [all...]
  /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);
  /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/apps/Camera2/src/com/android/camera/captureintent/stateful/
StateMachineImpl.java 49 * @param newState The new state.
51 public void jumpToState(@Nonnull State newState) {
54 if (newState.equals(mState)) {
59 Log.d(TAG, "Change state : " + mState + " => " + newState);
61 mState = newState;
108 Optional<State> newState = eventHandler.processEvent(event);
109 if (newState.isPresent()) {
110 jumpToState(newState.get());
  /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);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
JniCallbacks.java 65 void bondStateChangeCallback(int status, byte[] address, int newState) {
66 mBondStateMachine.bondStateChangeCallback(status, address, newState);
69 void aclStateChangeCallback(int status, byte[] address, int newState) {
70 mRemoteDevices.aclStateChangeCallback(status, address, newState);
BondStateMachine.java 119 int newState = msg.arg1;
121 if (newState == BluetoothDevice.BOND_BONDING)
123 sendIntent(dev, newState, 0);
126 else if (newState == BluetoothDevice.BOND_NONE)
129 sendIntent(dev, newState, 0);
133 Log.e(TAG, "In stable state, received invalid newState: " + newState);
183 int newState = msg.arg1;
185 sendIntent(dev, newState, reason);
186 if(newState != BluetoothDevice.BOND_BONDING
    [all...]
  /frameworks/base/core/java/android/os/storage/
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) {
41 public void onVolumeStateChanged(VolumeInfo vol, int oldState, int newState) {
IMountServiceListener.java 80 final String newState = data.readString();
81 this.onStorageStateChanged(path, oldState, newState);
89 final int newState = data.readInt();
90 onVolumeStateChanged(vol, oldState, newState);
167 * @param newState The new state of the volume. Note: State is one
171 public void onStorageStateChanged(String path, String oldState, String newState)
179 _data.writeString(newState);
190 public void onVolumeStateChanged(VolumeInfo vol, int oldState, int newState)
198 _data.writeInt(newState);
295 * @param newState The new state of the volume. Note: State is one of th
    [all...]
MountServiceListener.java 38 * @param newState The new state of the volume.
42 void onStorageStateChange(String path, String oldState, String 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)) {
  /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);
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 97 StateChange newState = {
103 mPendingChangeQueue.add(newState);
176 const StateChange &newState = mPendingChangeQueue[i];
177 ssize_t idx = mStates.indexOfKey(newState.id);
181 mStates.replaceValueAt(idx, newState.state);
183 mIdleFence, newState.fence);
185 ComponentState newState = getDeviceStateLocked();
186 if (newState != prevState) {
187 mStateTransitions.add(newState);
189 prevState = newState;
    [all...]
  /external/mesa3d/src/mesa/main/
context.h 202 * \param newstate new state.
206 * __struct gl_contextRec::NewState with \p newstate.
208 #define FLUSH_VERTICES(ctx, newstate) \
214 ctx->NewState |= newstate; \
221 * \param newstate new state.
225 * __struct gl_contextRec::NewState with \p newstate.
227 #define FLUSH_CURRENT(ctx, newstate) \
    [all...]
  /frameworks/base/core/java/android/app/backup/
AbsoluteFileBackupHelper.java 54 * need to be backed up, write them to the data stream, and fill in newState with the
58 ParcelFileDescriptor newState) {
60 performBackup_checked(oldState, data, newState, mFiles, mFiles);
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);
BackupHelperDispatcher.java 46 ParcelFileDescriptor newState) throws IOException {
61 doOneBackup(oldState, data, newState, header, helper);
75 doOneBackup(oldState, data, newState, header, helper);
80 ParcelFileDescriptor newState, Header header, BackupHelper helper)
83 FileDescriptor newStateFD = newState.getFileDescriptor();
94 helper.performBackup(oldState, data, newState);
105 ParcelFileDescriptor newState)
138 helper.writeNewStateDescription(newState);
FullBackupAgent.java 32 ParcelFileDescriptor newState) throws IOException {
37 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor 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...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthCallback.java 58 * @param newState The new state of the channel.
65 BluetoothDevice device, int prevState, int newState, ParcelFileDescriptor fd,
68 "prevState:" + prevState + "newState:" + newState + "ParcelFd:" + fd +
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
EventLogTags.logtags 49 50113 gsm_data_state_change (oldState|3), (newState|3)
52 50114 gsm_service_state_change (oldState|1|5), (oldGprsState|1|5), (newState|1|5), (newGprsState|1|5)
55 50115 cdma_data_state_change (oldState|3), (newState|3)
58 50116 cdma_service_state_change (oldState|1|5), (oldDataState|1|5), (newState|1|5), (newDataState|1|5)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 133 AppState newState;
136 case 0: newState = AppState.APPSTATE_UNKNOWN; break;
137 case 1: newState = AppState.APPSTATE_DETECTED; break;
138 case 2: newState = AppState.APPSTATE_PIN; break;
139 case 3: newState = AppState.APPSTATE_PUK; break;
140 case 4: newState = AppState.APPSTATE_SUBSCRIPTION_PERSO; break;
141 case 5: newState = AppState.APPSTATE_READY; break;
143 newState = AppState.APPSTATE_UNKNOWN;
146 return newState;
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneStateBroadcaster.java 45 public void onCallStateChanged(Call call, int oldState, int newState) {
46 if ((newState == CallState.DIALING || newState == CallState.ACTIVE
47 || newState == CallState.ON_HOLD) &&
  /cts/tests/tests/app/src/android/app/backup/cts/
BackupAgentTest.java 39 ParcelFileDescriptor newState) throws IOException {
44 ParcelFileDescriptor newState) throws IOException {

Completed in 1485 milliseconds

1 2 3 4 5 6 7 8 91011>>