/frameworks/base/core/java/android/app/backup/ |
BackupDataInput.java | 41 * ParcelFileDescriptor newState) {
|
BackupDataOutput.java | 53 * public void {@link BackupAgent#onBackup(ParcelFileDescriptor, BackupDataOutput, ParcelFileDescriptor) onBackup(ParcelFileDescriptor oldState, BackupDataOutput data, ParcelFileDescriptor newState)}
|
/frameworks/base/core/java/android/widget/ |
Switch.java | 627 boolean newState; 631 newState = isLayoutRtl() ? (xvel < 0) : (xvel > 0); 633 newState = getTargetCheckedState(); 635 animateThumbToCheckedState(newState);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
A2dpStateMachine.java | 676 // This method does not check for error conditon (newState == prevState) 677 private void broadcastConnectionState(BluetoothDevice device, int newState, int prevState) { 679 int delay = mAudioManager.setBluetoothA2dpDeviceConnectionState(device, newState); 685 newState, [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
AlarmStateManager.java | 213 * @param newState to change to 216 AlarmInstance instance, int newState) { 218 Log.v("Scheduling state change " + newState + " to instance " + instance.mId + 221 newState);
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountCheckSettingsFragment.java | 218 * @param newState The new progress state being reported 220 private void reportProgress(int newState, MessagingException ex) { 221 mState = newState; 228 switch (newState) { [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
AdapterService.java | 153 public void onProfileConnectionStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) { 157 m.arg2 = newState; 164 private void processProfileStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) { 166 (newState == BluetoothProfile.STATE_CONNECTED)){ 174 binder.sendConnectionStateChange(device, profileId, newState,prevState); 325 void updateAdapterState(int prevState, int newState){ 331 mCallbacks.getBroadcastItem(i).onBluetoothStateChange(prevState,newState); [all...] |
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlertService.java | [all...] |
/device/generic/goldfish/camera/ |
EmulatedFakeCamera2.cpp | [all...] |
/frameworks/av/media/libmedia/ |
AudioTrackShared.cpp | 478 StaticAudioTrackState newState; 479 newState.mLoopStart = loopStart; 480 newState.mLoopEnd = loopEnd; 481 newState.mLoopCount = loopCount; 483 (void) mMutator.push(newState);
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardUpdateMonitor.java | 697 protected void handlePhoneStateChanged(String newState) { 698 if (DEBUG) Log.d(TAG, "handlePhoneStateChanged(" + newState + ")"); 699 if (TelephonyManager.EXTRA_STATE_IDLE.equals(newState)) { 701 } else if (TelephonyManager.EXTRA_STATE_OFFHOOK.equals(newState)) { 703 } else if (TelephonyManager.EXTRA_STATE_RINGING.equals(newState)) { [all...] |
KeyguardHostView.java | 277 final int newState = (clearing ? TRANSPORT_GONE 280 if (newState != mTransportState) { 281 mTransportState = newState; 290 final int newState = (isMusicPlaying(playbackState) ? 292 if (newState != mTransportState) { 293 mTransportState = newState; [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsBackupAgent.java | 287 ParcelFileDescriptor newState) throws IOException { 313 writeNewChecksums(stateChecksums, newState); 391 ParcelFileDescriptor newState) throws IOException { 576 private void writeNewChecksums(long[] checksums, ParcelFileDescriptor newState) 579 new FileOutputStream(newState.getFileDescriptor())); [all...] |
/hardware/invensense/60xx/libsensors/ |
MPLSensor.cpp | 829 int newState = en ? 1 : 0; 831 //ALOGV_IF((uint32_t(newState) << what) != (mEnabled & (1 << what)), 835 if ((uint32_t(newState) << what) != (mEnabled & (1 << what))) { 837 short flags = newState; 843 if (!newState) [all...] |
/frameworks/base/services/java/com/android/server/ |
MountService.java | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texobj.c | 709 ctx->NewState |= _NEW_TEXTURE; 1021 ctx->NewState |= _NEW_BUFFERS; [all...] |
buffers.c | 511 ctx->NewState |= _NEW_BUFFERS; 560 ctx->NewState |= _NEW_BUFFERS;
|
feedback.c | 275 * __struct gl_contextRec::NewState. 293 ctx->NewState |= _NEW_RENDERMODE;
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFShader.cpp | [all...] |
/external/mesa3d/src/mesa/main/ |
texobj.c | 709 ctx->NewState |= _NEW_TEXTURE; 1021 ctx->NewState |= _NEW_BUFFERS; [all...] |
/external/skia/src/pdf/ |
SkPDFShader.cpp | [all...] |
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
GlowPadView.java | [all...] |
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
GlowPadView.java | [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
LabelMaker.java | 363 private void checkState(int oldState, int newState) { 367 mState = newState;
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller.h | 136 toState:(bookmarks::VisualState)newState; 141 toState:(bookmarks::VisualState)newState;
|