/frameworks/base/core/java/android/bluetooth/ |
IBluetoothCallback.aidl | 27 void onBluetoothStateChange(int prevState, int newState);
|
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/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. It is essential that when reading the helper's 67 * @param newState An open, read/write {@link android.os.ParcelFileDescriptor} pointing to an 73 ParcelFileDescriptor newState); 100 * <strong>Note:</strong> The helper should not close or seek the {@code newState} 103 * @param newState A {@link android.os.ParcelFileDescriptor} to which the new state will be 106 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);
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/iphone/ |
iPhoneMultiTouch.mm | 104 MultiTouchState newState; 105 newState.X.abs = location.x; 106 newState.Y.abs = location.y; 107 newState.touchType |= 1 << MT_Pressed; 111 mListener->touchPressed(MultiTouchEvent(this, newState)); 115 mStates.push_back(newState); 123 MultiTouchState newState; 124 newState.X.abs = location.x; 125 newState.Y.abs = location.y; 126 newState.touchType |= 1 << MT_Released [all...] |
/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)) {
|
/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) { 41 public void onVolumeStateChanged(VolumeInfo vol, int oldState, int 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);
|
/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());
|
/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/webrtc/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);
|
/cts/tests/app/src/android/app/backup/cts/ |
BackupAgentTest.java | 39 ParcelFileDescriptor newState) throws IOException { 44 ParcelFileDescriptor newState) throws IOException {
|
/external/webrtc/talk/app/webrtc/objc/public/ |
RTCPeerConnectionDelegate.h | 58 iceConnectionChanged:(RTCICEConnectionState)newState; 62 iceGatheringChanged:(RTCICEGatheringState)newState;
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
VoLteServiceStateTest.java | 41 VoLteServiceState newState = VoLteServiceState.CREATOR.createFromParcel(p); 42 assertEquals(state, newState); 64 VoLteServiceState newState = new VoLteServiceState(state); 65 assertEquals(state, 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);
|
/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);
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
CallAudioRoutePeripheralAdapter.java | 47 public void onBluetoothStateChange(int oldState, int newState) { 51 switch (newState) { 60 switch (newState) { 73 switch (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...] |
/frameworks/base/services/core/java/com/android/server/am/ |
UserState.java | 70 public boolean setState(int oldState, int newState) { 72 setState(newState); 81 public void setState(int newState) { 84 + stateToString(state) + " to " + stateToString(newState)); 87 state = newState;
|