/frameworks/base/core/java/android/app/backup/ |
D | BackupHelper.java | 73 ParcelFileDescriptor newState); in performBackup() 106 public void writeNewStateDescription(ParcelFileDescriptor newState); in writeNewStateDescription()
|
D | FullBackupAgent.java | 32 ParcelFileDescriptor newState) throws IOException { in onBackup() 37 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
|
D | BackupAgentHelper.java | 65 ParcelFileDescriptor newState) throws IOException { in onBackup() 73 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
|
D | BackupHelperDispatcher.java | 46 ParcelFileDescriptor newState) throws IOException { in performBackup() 80 ParcelFileDescriptor newState, Header header, BackupHelper helper) in doOneBackup() 105 ParcelFileDescriptor newState) in performRestore()
|
D | FileBackupHelperBase.java | 54 ParcelFileDescriptor newState, String[] files, String[] keys) { in performBackup_checked() 122 long data, FileDescriptor newState, String[] files, String[] keys); in performBackup_native()
|
D | AbsoluteFileBackupHelper.java | 58 ParcelFileDescriptor newState) { in performBackup()
|
/frameworks/base/core/java/android/os/storage/ |
D | IMountServiceListener.java | 80 final String newState = data.readString(); in onTransact() local 89 final int newState = data.readInt(); in onTransact() local 171 public void onStorageStateChanged(String path, String oldState, String newState) in onStorageStateChanged() 190 public void onVolumeStateChanged(VolumeInfo vol, int oldState, int newState) in onVolumeStateChanged() 298 public void onStorageStateChanged(String path, String oldState, String newState) in onStorageStateChanged() 301 public void onVolumeStateChanged(VolumeInfo vol, int oldState, int newState) in onVolumeStateChanged()
|
D | StorageEventListener.java | 38 public void onStorageStateChanged(String path, String oldState, String newState) { in onStorageStateChanged() 41 public void onVolumeStateChanged(VolumeInfo vol, int oldState, int newState) { in onVolumeStateChanged()
|
D | MountServiceListener.java | 42 void onStorageStateChange(String path, String oldState, String newState) { in onStorageStateChange()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | VoLteServiceStateTest.java | 41 VoLteServiceState newState = VoLteServiceState.CREATOR.createFromParcel(p); in testParcel() local 64 VoLteServiceState newState = new VoLteServiceState(state); in testCopy() local
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | StatusTracker.cpp | 97 StateChange newState = { in markComponent() local 176 const StateChange &newState = mPendingChangeQueue[i]; in threadLoop() local 185 ComponentState newState = getDeviceStateLocked(); in threadLoop() local
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserState.java | 70 public boolean setState(int oldState, int newState) { in setState() 81 public void setState(int newState) { in setState()
|
/frameworks/base/core/java/android/bluetooth/ |
D | IBluetoothCallback.aidl | 27 void onBluetoothStateChange(int prevState, int newState); in onBluetoothStateChange()
|
D | IBluetoothHealthCallback.aidl | 30 in BluetoothDevice device, int prevState, int newState, in in onHealthChannelStateChange()
|
D | BluetoothHealthCallback.java | 65 BluetoothDevice device, int prevState, int newState, ParcelFileDescriptor fd, in onHealthChannelStateChange()
|
/frameworks/base/core/java/android/app/ |
D | IBackupAgent.aidl | 53 in ParcelFileDescriptor newState, in doBackup() 80 int appVersionCode, in ParcelFileDescriptor newState, in doRestore()
|
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/ |
D | HugeAgent.java | 88 ParcelFileDescriptor newState) throws IOException { in onBackup() 221 ParcelFileDescriptor newState) throws IOException { in onRestore()
|
/frameworks/base/core/java/com/android/server/backup/ |
D | SystemBackupAgent.java | 78 ParcelFileDescriptor newState) throws IOException { in onBackup() 94 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
|
D | AccountSyncSettingsBackupHelper.java | 95 ParcelFileDescriptor newState) { in performBackup() 219 private void writeNewMd5Checksum(ParcelFileDescriptor newState, byte[] md5Checksum) in writeNewMd5Checksum() 422 public void writeNewStateDescription(ParcelFileDescriptor newState) { in writeNewStateDescription()
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | Camera2ClientBase.cpp | 271 void Camera2ClientBase<TClientBase>::notifyAutoFocus(uint8_t newState, in notifyAutoFocus() 282 void Camera2ClientBase<TClientBase>::notifyAutoExposure(uint8_t newState, in notifyAutoExposure() 292 void Camera2ClientBase<TClientBase>::notifyAutoWhitebalance(uint8_t newState, in notifyAutoWhitebalance()
|
/frameworks/base/services/core/java/com/android/server/ |
D | DockObserver.java | 122 private void setActualDockStateLocked(int newState) { in setActualDockStateLocked() 129 private void setDockStateLocked(int newState) { in setDockStateLocked()
|
/frameworks/base/libs/storage/ |
D | IMountServiceListener.cpp | 42 String16 newState = data.readString16(); in onTransact() local
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
D | StorageListener.java | 34 public void onStorageStateChanged(String path, String oldState, String newState) { in onStorageStateChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/ |
D | CarBatteryController.java | 149 int newState = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, -1); in onReceive() local 208 private void updateBatteryIcon(BluetoothDevice device, int newState) { in updateBatteryIcon()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ViewUtils.java | 64 public static int combineMeasuredStates(int curState, int newState) { in combineMeasuredStates()
|